Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no package 'ntp' in CentOS8 #71

Closed
hexblot opened this issue Feb 11, 2020 · 2 comments
Closed

There is no package 'ntp' in CentOS8 #71

hexblot opened this issue Feb 11, 2020 · 2 comments

Comments

@hexblot
Copy link

hexblot commented Feb 11, 2020

Just downloaded the role from galaxy, and when including in playbook I get the following error:

TASK [geerlingguy.ntp : Ensure NTP-related packages are installed.] 
*************************************************************************************************************************************************************************
fatal: [10.55.0.151]: FAILED! => {"changed": false, "failures": ["No package ntp available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}

This can be confirmed by interactively trying from the shell:

[root@sandbox~]# dnf search ntp
Last metadata expiration check: 0:45:28 ago on Tue 11 Feb 2020 01:39:31 PM EET.
====================================== Name & Summary Matched: ntp ======================================
nagios-plugins-ntp.x86_64 : Nagios Plugin - check_ntp
ntpstat.noarch : Utility to print NTP synchronization status
python3-ntplib.noarch : Python 3 module that offers a simple interface to query NTP servers
=========================================== Name Matched: ntp ===========================================
fontpackages-filesystem.noarch : Directories used by font packages
fontpackages-filesystem.noarch : Directories used by font packages
========================================= Summary Matched: ntp ==========================================
chrony.x86_64 : An NTP client/server
chrony.x86_64 : An NTP client/server
argparse-manpage.noarch : Build manual page from Python ArgumentParser object
python3-argparse-manpage.noarch : Build manual page from Python 3 ArgumentParser object
[root@sandbox~]#

Installed repos are default and EPEL.

Edit: This is listed as a change in official EL8 documentation here

@ogajduse
Copy link
Contributor

I would say that #22 would solve this issue.

@geerlingguy
Copy link
Owner

See #72 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants