# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Configure NTP with ntp as specified provider] **************************** TASK [Gathering Facts] ********************************************************* Wednesday 31 August 2022 14:57:38 +0000 (0:00:00.028) 0:00:00.028 ****** ok: [sut] TASK [Install ntp] ************************************************************* Wednesday 31 August 2022 14:57:44 +0000 (0:00:06.167) 0:00:06.195 ****** 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:57:47 +0000 (0:00:02.237) 0:00:08.433 ****** PLAY RECAP ********************************************************************* sut : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=1 Wednesday 31 August 2022 14:57:47 +0000 (0:00:00.016) 0:00:08.449 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 6.17s Install ntp ------------------------------------------------------------- 2.24s 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. ---^---^---^---^---^---