No config file found; using defaults [WARNING]: 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:48:12 -0400 (0:00:00.017) 0:00:00.017 ********* ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Saturday 06 July 2024 06:48:13 -0400 (0:00:00.898) 0:00:00.915 ********* included: /var/ARTIFACTS/work-general_vx6ysrn/plans/general/tree/tmp.Jv8SKhVEkz/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:48:13 -0400 (0:00:00.019) 0:00:00.935 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Saturday 06 July 2024 06:48:14 -0400 (0:00:00.496) 0:00:01.432 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Saturday 06 July 2024 06:48:14 -0400 (0:00:00.430) 0:00:01.862 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Saturday 06 July 2024 06:48:14 -0400 (0:00:00.031) 0:00:01.894 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Saturday 06 July 2024 06:48:14 -0400 (0:00:00.027) 0:00:01.921 ********* included: /var/ARTIFACTS/work-general_vx6ysrn/plans/general/tree/tmp.Jv8SKhVEkz/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 8] *********************************************************** Saturday 06 July 2024 06:48:14 -0400 (0:00:00.048) 0:00:01.969 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** Saturday 06 July 2024 06:48:15 -0400 (0:00:00.422) 0:00:02.391 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Saturday 06 July 2024 06:48:15 -0400 (0:00:00.018) 0:00:02.409 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Saturday 06 July 2024 06:48:15 -0400 (0:00:00.015) 0:00:02.425 ********* [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed_node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.243117", "end": "2024-07-06 06:48:15.605847", "rc": 0, "start": "2024-07-06 06:48:15.362730" } TASK [Enable EPEL 6] *********************************************************** Saturday 06 July 2024 06:48:15 -0400 (0:00:00.590) 0:00:03.016 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Saturday 06 July 2024 06:48:15 -0400 (0:00:00.015) 0:00:03.031 ********* 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:48:15 -0400 (0:00:00.015) 0:00:03.047 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 0.90s Enable EPEL 8 ----------------------------------------------------------- 0.59s Gather the minimum subset of ansible_facts required by the network role test --- 0.50s Check if system is ostree ----------------------------------------------- 0.43s Create EPEL 8 ----------------------------------------------------------- 0.42s Include the task 'enable_epel.yml' -------------------------------------- 0.05s Set flag to indicate system is ostree ----------------------------------- 0.03s Fix CentOS6 Base repo --------------------------------------------------- 0.03s Include the task 'el_repo_setup.yml' ------------------------------------ 0.02s Install yum-utils package ----------------------------------------------- 0.02s Enable EPEL 6 ----------------------------------------------------------- 0.02s Set network provider to 'nm' -------------------------------------------- 0.02s Enable EPEL 7 ----------------------------------------------------------- 0.02s