[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_states.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:04:25 -0400 (0:00:00.017) 0:00:00.017 *********** [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'] ************************************ Monday 22 July 2024 12:04:28 -0400 (0:00:02.656) 0:00:02.674 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/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] *** Monday 22 July 2024 12:04:28 -0400 (0:00:00.019) 0:00:02.693 *********** ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Monday 22 July 2024 12:04:30 -0400 (0:00:01.845) 0:00:04.538 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.446) 0:00:04.984 *********** ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.021) 0:00:05.006 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.014) 0:00:05.021 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.029) 0:00:05.050 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.012) 0:00:05.062 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.011) 0:00:05.073 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.013) 0:00:05.087 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.011) 0:00:05.098 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** Monday 22 July 2024 12:04:30 -0400 (0:00:00.012) 0:00:05.111 *********** ok: [managed_node1] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:04:31 -0400 (0:00:00.026) 0:00:05.137 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Show playbook name] ****************************************************** Monday 22 July 2024 12:04:31 -0400 (0:00:00.024) 0:00:05.162 *********** skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Include the task 'run_test.yml'] ***************************************** Monday 22 July 2024 12:04:31 -0400 (0:00:00.017) 0:00:05.179 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'run_test.yml'] ***************************************** Monday 22 July 2024 12:04:31 -0400 (0:00:00.017) 0:00:05.197 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'run_test.yml'] ***************************************** Monday 22 July 2024 12:04:31 -0400 (0:00:00.019) 0:00:05.216 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'run_test.yml'] ***************************************** Monday 22 July 2024 12:04:31 -0400 (0:00:00.019) 0:00:05.236 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'run_test.yml'] ***************************************** Monday 22 July 2024 12:04:31 -0400 (0:00:00.020) 0:00:05.256 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'run_test.yml'] ***************************************** Monday 22 July 2024 12:04:31 -0400 (0:00:00.020) 0:00:05.277 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed_node1 : ok=7 changed=0 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0 Monday 22 July 2024 12:04:31 -0400 (0:00:00.025) 0:00:05.303 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 2.66s Gather the minimum subset of ansible_facts required by the network role test --- 1.85s Check if system is ostree ----------------------------------------------- 0.45s Include the task 'enable_epel.yml' -------------------------------------- 0.03s Set network provider to 'initscripts' ----------------------------------- 0.03s Include the task 'run_test.yml' ----------------------------------------- 0.03s Gathering Facts --------------------------------------------------------- 0.02s Set flag to indicate system is ostree ----------------------------------- 0.02s Include the task 'run_test.yml' ----------------------------------------- 0.02s Include the task 'run_test.yml' ----------------------------------------- 0.02s Include the task 'run_test.yml' ----------------------------------------- 0.02s Include the task 'run_test.yml' ----------------------------------------- 0.02s Include the task 'el_repo_setup.yml' ------------------------------------ 0.02s Include the task 'run_test.yml' ----------------------------------------- 0.02s Show playbook name ------------------------------------------------------ 0.02s Fix CentOS6 Base repo --------------------------------------------------- 0.01s Enable EPEL 7 ----------------------------------------------------------- 0.01s Enable EPEL 6 ----------------------------------------------------------- 0.01s Create EPEL 40 ---------------------------------------------------------- 0.01s Install yum-utils package ----------------------------------------------- 0.01s