# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_team.yml' with nm as provider] ************* TASK [Gathering Facts] ********************************************************* Tuesday 31 May 2022 02:24:25 +0000 (0:00:00.031) 0:00:00.031 *********** ok: [sut] TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:26 +0000 (0:00:00.849) 0:00:00.880 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Tuesday 31 May 2022 02:24:26 +0000 (0:00:00.028) 0:00:00.909 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:26 +0000 (0:00:00.043) 0:00:00.952 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 34] ********************************************************** Tuesday 31 May 2022 02:24:26 +0000 (0:00:00.076) 0:00:01.029 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Tuesday 31 May 2022 02:24:27 +0000 (0:00:00.026) 0:00:01.055 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Tuesday 31 May 2022 02:24:27 +0000 (0:00:00.025) 0:00:01.081 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Tuesday 31 May 2022 02:24:27 +0000 (0:00:00.027) 0:00:01.108 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Tuesday 31 May 2022 02:24:27 +0000 (0:00:00.025) 0:00:01.133 *********** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Tuesday 31 May 2022 02:24:27 +0000 (0:00:00.027) 0:00:01.161 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show playbook name] ****************************************************** Tuesday 31 May 2022 02:24:27 +0000 (0:00:00.026) 0:00:01.187 *********** skipping: [sut] => {} TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:27 +0000 (0:00:00.026) 0:00:01.214 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=4 changed=0 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Tuesday 31 May 2022 02:24:27 +0000 (0:00:00.021) 0:00:01.235 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 0.85s include_tasks ----------------------------------------------------------- 0.08s Fix CentOS6 Base repo --------------------------------------------------- 0.04s include_tasks ----------------------------------------------------------- 0.03s Set network provider to 'nm' -------------------------------------------- 0.03s Enable EPEL 8 ----------------------------------------------------------- 0.03s Show playbook name ------------------------------------------------------ 0.03s Create EPEL 34 ---------------------------------------------------------- 0.03s Gathering Facts --------------------------------------------------------- 0.03s Enable EPEL 6 ----------------------------------------------------------- 0.03s Enable EPEL 7 ----------------------------------------------------------- 0.03s include_tasks ----------------------------------------------------------- 0.02s ---^---^---^---^---^--- # 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 ---^---^---^---^---^---