# STDOUT:
---v---v---v---v---v---
ansible-playbook 2.9.27
  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.9/lib/python3.6/site-packages/ansible
  executable location = /opt/ansible-2.9/bin/ansible-playbook
  python version = 3.6.8 (default, Oct 26 2022, 09:13:21) [GCC 8.5.0 20210514 (Red Hat 8.5.0-17)]
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_ntp_provider5.yml **********************************************
1 plays in /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider5.yml

PLAY [Configure NTP with ntp as specified provider] ****************************

TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider5.yml:2
Sunday 12 February 2023  08:10:12 +0000 (0:00:00.041)       0:00:00.041 ******* 
ok: [sut]

TASK [Install ntp] *************************************************************
task path: /WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider5.yml:16
Sunday 12 February 2023  08:10:13 +0000 (0:00:01.425)       0:00:01.466 ******* 
fatal: [sut]: FAILED! => {
    "changed": false,
    "failures": [
        "No package ntp available."
    ],
    "rc": 1,
    "results": []
}

MSG:

Failed to install some of the specified packages
...ignoring
META: ending play

PLAY RECAP *********************************************************************
sut                        : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=1   

Sunday 12 February 2023  08:10:15 +0000 (0:00:01.555)       0:00:03.021 ******* 
=============================================================================== 
Install ntp ------------------------------------------------------------- 1.56s
/WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider5.yml:16 
Gathering Facts --------------------------------------------------------- 1.43s
/WORKDIR/dist-git-timesync-weekly-ci-e82zarvq/tests/tests_ntp_provider5.yml:2 -

---^---^---^---^---^---

# STDERR:
---v---v---v---v---v---
/opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
  from cryptography.exceptions import InvalidSignature

---^---^---^---^---^---