[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] ********************************************************* Saturday 06 July 2024 06:52:04 -0400 (0:00:00.008) 0:00:00.008 ********* ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Saturday 06 July 2024 06:52:05 -0400 (0:00:01.088) 0:00:01.096 ********* included: /var/ARTIFACTS/work-generalqza6ryit/plans/general/tree/tmp.YgWlUNRm7s/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] *** Saturday 06 July 2024 06:52:05 -0400 (0:00:00.018) 0:00:01.115 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Saturday 06 July 2024 06:52:06 -0400 (0:00:00.531) 0:00:01.646 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Saturday 06 July 2024 06:52:06 -0400 (0:00:00.459) 0:00:02.105 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Saturday 06 July 2024 06:52:06 -0400 (0:00:00.022) 0:00:02.128 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Saturday 06 July 2024 06:52:06 -0400 (0:00:00.013) 0:00:02.142 ********* included: /var/ARTIFACTS/work-generalqza6ryit/plans/general/tree/tmp.YgWlUNRm7s/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 8] *********************************************************** Saturday 06 July 2024 06:52:06 -0400 (0:00:00.039) 0:00:02.181 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** Saturday 06 July 2024 06:52:07 -0400 (0:00:00.459) 0:00:02.641 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Saturday 06 July 2024 06:52:07 -0400 (0:00:00.014) 0:00:02.656 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Saturday 06 July 2024 06:52:07 -0400 (0:00:00.014) 0:00:02.671 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.247686", "end": "2024-07-06 06:52:07.831922", "rc": 0, "start": "2024-07-06 06:52:07.584236" } TASK [Enable EPEL 6] *********************************************************** Saturday 06 July 2024 06:52:07 -0400 (0:00:00.606) 0:00:03.277 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Saturday 06 July 2024 06:52:07 -0400 (0:00:00.014) 0:00:03.292 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing infiniband device] ************************************** PLAY RECAP ********************************************************************* managed_node1 : ok=9 changed=0 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 Saturday 06 July 2024 06:52:07 -0400 (0:00:00.049) 0:00:03.342 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.09s Enable EPEL 8 ----------------------------------------------------------- 0.61s Gather the minimum subset of ansible_facts required by the network role test --- 0.53s Create EPEL 8 ----------------------------------------------------------- 0.46s Check if system is ostree ----------------------------------------------- 0.46s Set network provider to 'nm' -------------------------------------------- 0.05s Include the task 'enable_epel.yml' -------------------------------------- 0.04s Set flag to indicate system is ostree ----------------------------------- 0.02s Include the task 'el_repo_setup.yml' ------------------------------------ 0.02s Install yum-utils package ----------------------------------------------- 0.01s Enable EPEL 6 ----------------------------------------------------------- 0.01s Enable EPEL 7 ----------------------------------------------------------- 0.01s Fix CentOS6 Base repo --------------------------------------------------- 0.01s