Re: [ansible-project] Failed to install package NTP

2023-07-23 Thread Rilindo Foster
If OP is using actual Red Hat, they can directly install it via dnf/yum https://access.redhat.com/articles/3050101 Red Hat Enterprise Linux (RHEL) System Roles - Red Hat Customer Portal access.redhat.com > On Jul 23, 2023, at 11:51 AM, Richard Megginson wrote: > > If you need to manage time s

Re: [ansible-project] Re: Failed to install package NTP

2023-07-23 Thread Richard Megginson
If you need to manage time synchronization on an EL system (RHEL6-RHEL9, CentOS, Fedora) then I strongly encourage you to use the timesync system role https://github.com/linux-system-roles/timesync/, available in the fedora.linux_system_roles collection https://galaxy.ansible.com/fedora/linux_syste

Re: [ansible-project] Re: Failed to install package NTP

2023-07-23 Thread Thanh Nguyen Duc
Try it locally by command: yum install ntpd or chrony or dnf install chrony ansible just help you to install it remotely. The error come from your local host.On 23 Jul 2023, at 22:36, arjungoel 1995 wrote:I have tried Chrony as well but same issue persists.On Sun, Jul 23, 2023 at 1:15 AM Todd Lew

Re: [ansible-project] Re: Failed to install package NTP

2023-07-23 Thread arjungoel 1995
I have tried Chrony as well but same issue persists. On Sun, Jul 23, 2023 at 1:15 AM Todd Lewis wrote: > Maybe chrony rather than ntp? What OS is your target host running? > > On Saturday, July 22, 2023 at 3:27:11 PM UTC-4 arjungoel 1995 wrote: > >> Hi, I was just testing a basic playbook in Ans