# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Configure NTP with ntp as current provider] ****************************** TASK [Gathering Facts] ********************************************************* Wednesday 31 August 2022 15:08:02 +0000 (0:00:00.027) 0:00:00.027 ****** ok: [sut] TASK [Remove chrony] *********************************************************** Wednesday 31 August 2022 15:08:03 +0000 (0:00:01.042) 0:00:01.069 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: chrony-4.2-1.el9.x86_64" ] } TASK [Install ntp] ************************************************************* Wednesday 31 August 2022 15:08:05 +0000 (0:00:01.989) 0:00:03.059 ****** fatal: [sut]: FAILED! => { "changed": false, "failures": [ "No package ntp available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages ...ignoring TASK [meta] ******************************************************************** Wednesday 31 August 2022 15:08:06 +0000 (0:00:00.964) 0:00:04.024 ****** PLAY RECAP ********************************************************************* sut : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=1 Wednesday 31 August 2022 15:08:06 +0000 (0:00:00.016) 0:00:04.040 ****** =============================================================================== Remove chrony ----------------------------------------------------------- 1.99s Gathering Facts --------------------------------------------------------- 1.04s Install ntp ------------------------------------------------------------- 0.96s meta -------------------------------------------------------------------- 0.02s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---