[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Run playbook 'playbooks/tests_infiniband.yml' with nm as provider] ******* TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 06:56:21 -0400 (0:00:00.007) 0:00:00.007 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 06:56:23 -0400 (0:00:02.258) 0:00:02.266 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Thursday 25 July 2024 06:56:23 -0400 (0:00:00.019) 0:00:02.286 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:01.875) 0:00:04.161 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.466) 0:00:04.627 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.024) 0:00:04.651 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.015) 0:00:04.666 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.030) 0:00:04.697 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.014) 0:00:04.712 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.013) 0:00:04.726 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.017) 0:00:04.743 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.013) 0:00:04.757 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Thursday 25 July 2024 06:56:25 -0400 (0:00:00.013) 0:00:04.771 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing infiniband device] ************************************** PLAY RECAP ********************************************************************* managed_node1 : ok=7 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 Thursday 25 July 2024 06:56:26 -0400 (0:00:00.049) 0:00:04.820 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 2.26s Gather the minimum subset of ansible_facts required by the network role test --- 1.88s Check if system is ostree ----------------------------------------------- 0.47s Set network provider to 'nm' -------------------------------------------- 0.05s Include the task 'enable_epel.yml' -------------------------------------- 0.03s Set flag to indicate system is ostree ----------------------------------- 0.02s Include the task 'el_repo_setup.yml' ------------------------------------ 0.02s Enable EPEL 7 ----------------------------------------------------------- 0.02s Fix CentOS6 Base repo --------------------------------------------------- 0.02s Create EPEL 40 ---------------------------------------------------------- 0.01s Enable EPEL 6 ----------------------------------------------------------- 0.01s Install yum-utils package ----------------------------------------------- 0.01s Enable EPEL 8 ----------------------------------------------------------- 0.01s