[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_team.yml' with nm as provider] ************* TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:16:42 -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 07:16:43 -0400 (0:00:01.168) 0:00:01.176 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/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:16:43 -0400 (0:00:00.019) 0:00:01.196 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:16:43 -0400 (0:00:00.020) 0:00:01.216 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.423) 0:00:01.639 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.022) 0:00:01.662 ********* 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:16:44 -0400 (0:00:00.013) 0:00:01.676 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 10] ********************************************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.030) 0:00:01.706 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.014) 0:00:01.720 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.013) 0:00:01.734 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.013) 0:00:01.747 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.014) 0:00:01.762 ********* 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:16:44 -0400 (0:00:00.013) 0:00:01.775 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing team connection] **************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:16:44 -0400 (0:00:00.027) 0:00:01.802 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution not in ['RedHat', 'CentOS'] or ansible_distribution_major_version | int < 10", "skip_reason": "Conditional result was False" } TASK [Show playbook name] ****************************************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.024) 0:00:01.827 ********* skipping: [managed_node1] => { "false_condition": "ansible_distribution not in ['RedHat', 'CentOS'] or ansible_distribution_major_version | int < 10" } TASK [Include the task 'run_test.yml'] ***************************************** Thursday 25 July 2024 07:16:44 -0400 (0:00:00.021) 0:00:01.848 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution not in ['RedHat', 'CentOS'] or ansible_distribution_major_version | int < 10", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed_node1 : ok=6 changed=0 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0 Thursday 25 July 2024 07:16:44 -0400 (0:00:00.028) 0:00:01.876 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.17s Check if system is ostree ----------------------------------------------- 0.42s Include the task 'enable_epel.yml' -------------------------------------- 0.03s Include the task 'run_test.yml' ----------------------------------------- 0.03s Set network provider to 'nm' -------------------------------------------- 0.03s Gathering Facts --------------------------------------------------------- 0.02s Set flag to indicate system is ostree ----------------------------------- 0.02s Show playbook name ------------------------------------------------------ 0.02s Gather the minimum subset of ansible_facts required by the network role test --- 0.02s Include the task 'el_repo_setup.yml' ------------------------------------ 0.02s Create EPEL 10 ---------------------------------------------------------- 0.01s Enable EPEL 8 ----------------------------------------------------------- 0.01s Fix CentOS6 Base repo --------------------------------------------------- 0.01s Enable EPEL 7 ----------------------------------------------------------- 0.01s Install yum-utils package ----------------------------------------------- 0.01s Enable EPEL 6 ----------------------------------------------------------- 0.01s