# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.15.0] 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.15/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cihqr65n7m/.collection executable location = /opt/ansible-2.15/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.15/bin/python3.9) 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_provider3.yml ********************************************** 1 plays in /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml PLAY [Configure NTP with ntp as current provider] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml:2 Monday 28 August 2023 00:07:27 +0000 (0:00:00.023) 0:00:00.023 ********* ok: [sut] TASK [Remove chrony] *********************************************************** task path: /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml:15 Monday 28 August 2023 00:07:28 +0000 (0:00:00.886) 0:00:00.910 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: chrony-4.3-1.el9.x86_64" ] } TASK [Install ntp] ************************************************************* task path: /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml:20 Monday 28 August 2023 00:07:29 +0000 (0:00:01.664) 0:00:02.574 ********* 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 package] ************************************************* task path: /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml:27 Monday 28 August 2023 00:07:30 +0000 (0:00:00.774) 0:00:03.349 ********* META: ending play PLAY RECAP ********************************************************************* sut : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=1 Monday 28 August 2023 00:07:30 +0000 (0:00:00.007) 0:00:03.356 ********* =============================================================================== Remove chrony ----------------------------------------------------------- 1.66s /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml:15 --------------- Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml:2 ---------------- Install ntp ------------------------------------------------------------- 0.77s /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml:20 --------------- Skip test if no package ------------------------------------------------- 0.01s /WORKDIR/git-weekly-cihqr65n7m/tests/tests_ntp_provider3.yml:27 --------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---