[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 07:22:06 -0400 (0:00:00.008) 0:00:00.008 ********* ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:22:07 -0400 (0:00:01.099) 0:00:01.108 ********* included: /var/ARTIFACTS/work-generall2i0jng_/plans/general/tree/tmp.H9WEn4Rmyz/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 07:22:07 -0400 (0:00:00.021) 0:00:01.129 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:22:08 -0400 (0:00:00.517) 0:00:01.647 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:22:08 -0400 (0:00:00.466) 0:00:02.113 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:22:08 -0400 (0:00:00.024) 0:00:02.138 ********* 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'] ************************************** Thursday 25 July 2024 07:22:08 -0400 (0:00:00.015) 0:00:02.154 ********* included: /var/ARTIFACTS/work-generall2i0jng_/plans/general/tree/tmp.H9WEn4Rmyz/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 8] *********************************************************** Thursday 25 July 2024 07:22:08 -0400 (0:00:00.040) 0:00:02.195 ********* 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] *********************************************** Thursday 25 July 2024 07:22:09 -0400 (0:00:00.462) 0:00:02.658 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:22:09 -0400 (0:00:00.015) 0:00:02.674 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:22:09 -0400 (0:00:00.016) 0:00:02.690 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.228630", "end": "2024-07-25 07:22:09.987506", "rc": 0, "start": "2024-07-25 07:22:09.758876" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:22:10 -0400 (0:00:00.574) 0:00:03.265 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Thursday 25 July 2024 07:22:10 -0400 (0:00:00.015) 0:00:03.280 ********* 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 Thursday 25 July 2024 07:22:10 -0400 (0:00:00.053) 0:00:03.334 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.10s Enable EPEL 8 ----------------------------------------------------------- 0.57s Gather the minimum subset of ansible_facts required by the network role test --- 0.52s Check if system is ostree ----------------------------------------------- 0.47s Create EPEL 8 ----------------------------------------------------------- 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 Enable EPEL 7 ----------------------------------------------------------- 0.02s Fix CentOS6 Base repo --------------------------------------------------- 0.02s Install yum-utils package ----------------------------------------------- 0.02s Enable EPEL 6 ----------------------------------------------------------- 0.02s