# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.13.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.13/lib/python3.8/site-packages/ansible ansible collection location = /WORKDIR/dist-git-timesync-fix-jinja-formatting-9t3ysrxz/.collection executable location = /opt/ansible-2.13/bin/ansible-playbook python version = 3.8.13 (default, Jun 24 2022, 15:27:57) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ntp_provider5.yml ********************************************** 1 plays in /WORKDIR/dist-git-timesync-fix-jinja-formatting-9t3ysrxz/tests/tests_ntp_provider5.yml PLAY [Configure NTP with ntp as specified provider] **************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-timesync-fix-jinja-formatting-9t3ysrxz/tests/tests_ntp_provider5.yml:2 Tuesday 31 January 2023 02:44:19 +0000 (0:00:00.310) 0:00:00.310 ******* ok: [sut] TASK [Install ntp] ************************************************************* task path: /WORKDIR/dist-git-timesync-fix-jinja-formatting-9t3ysrxz/tests/tests_ntp_provider5.yml:16 Tuesday 31 January 2023 02:44:25 +0000 (0:00:05.222) 0:00:05.533 ******* fatal: [sut]: FAILED! => { "changed": false, "failures": [ "No package ntp available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages ...ignoring TASK [Skip test if no ntp package] ********************************************* task path: /WORKDIR/dist-git-timesync-fix-jinja-formatting-9t3ysrxz/tests/tests_ntp_provider5.yml:23 Tuesday 31 January 2023 02:44:31 +0000 (0:00:05.820) 0:00:11.353 ******* META: ending play PLAY RECAP ********************************************************************* sut : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=1 Tuesday 31 January 2023 02:44:31 +0000 (0:00:00.416) 0:00:11.770 ******* =============================================================================== Install ntp ------------------------------------------------------------- 5.80s /WORKDIR/dist-git-timesync-fix-jinja-formatting-9t3ysrxz/tests/tests_ntp_provider5.yml:16 Gathering Facts --------------------------------------------------------- 5.22s /WORKDIR/dist-git-timesync-fix-jinja-formatting-9t3ysrxz/tests/tests_ntp_provider5.yml:2 Skip test if no ntp package --------------------------------------------- 0.42s /WORKDIR/dist-git-timesync-fix-jinja-formatting-9t3ysrxz/tests/tests_ntp_provider5.yml:23 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---