# 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 14:48:03 +0000 (0:00:00.026) 0:00:00.026 ****** ok: [sut] TASK [Remove chrony] *********************************************************** Wednesday 31 August 2022 14:48:05 +0000 (0:00:01.108) 0:00:01.134 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: chrony-4.2-1.el8.x86_64" ] } TASK [Install ntp] ************************************************************* Wednesday 31 August 2022 14:48:08 +0000 (0:00:03.599) 0:00:04.734 ****** 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 14:48:10 +0000 (0:00:01.743) 0:00:06.477 ****** PLAY RECAP ********************************************************************* sut : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=1 Wednesday 31 August 2022 14:48:10 +0000 (0:00:00.016) 0:00:06.494 ****** =============================================================================== Remove chrony ----------------------------------------------------------- 3.60s Install ntp ------------------------------------------------------------- 1.74s Gathering Facts --------------------------------------------------------- 1.11s 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. ---^---^---^---^---^---