GithubHelp home page GithubHelp logo

Playbook bootstrapping-playbook.yml failed on TASK [ntp : Install the required packages in Redhat derivatives] about meta-akraino HOT 1 CLOSED

jackiehjm avatar jackiehjm commented on August 17, 2024
Playbook bootstrapping-playbook.yml failed on TASK [ntp : Install the required packages in Redhat derivatives]

from meta-akraino.

Comments (1)

jackiehjm avatar jackiehjm commented on August 17, 2024

Workaround:

root@intel-x86-64:/etc/ansible/roles/ntp/tasks# diff -Nupr main.yml_orig main.yml
--- main.yml_orig       2020-02-08 07:01:14.711524772 +0000
+++ main.yml    2020-02-08 07:18:36.683587982 +0000
@@ -5,11 +5,6 @@
   include_vars: '{{ ansible_os_family }}.yml'
   tags: [ 'configuration', 'package', 'service', 'ntp' ]

-- name: Install the required packages in Redhat derivatives
-  yum: name=ntp state={{ ntp_pkg_state }}
-  when: ansible_os_family == 'RedHat'
-  tags: [ 'package', 'ntp' ]
-
 - name: Install the required packages in Debian derivatives
   apt: name=ntp state={{ ntp_pkg_state }} update_cache=yes cache_valid_time=86400
   when: ansible_os_family == 'Debian'

from meta-akraino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.