[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] ********************************************************* Saturday 06 July 2024 06:47:33 -0400 (0:00:00.008) 0:00:00.008 ********* [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'] ************************************ Saturday 06 July 2024 06:47:34 -0400 (0:00:01.305) 0:00:01.313 ********* included: /var/ARTIFACTS/work-general_smz2p_w/plans/general/tree/tmp.YdqdIfIgog/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:47:35 -0400 (0:00:00.023) 0:00:01.336 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Saturday 06 July 2024 06:47:35 -0400 (0:00:00.546) 0:00:01.883 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.477) 0:00:02.361 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.026) 0:00:02.387 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.016) 0:00:02.404 ********* included: /var/ARTIFACTS/work-general_smz2p_w/plans/general/tree/tmp.YdqdIfIgog/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 39] ********************************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.036) 0:00:02.440 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.016) 0:00:02.457 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.015) 0:00:02.473 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.015) 0:00:02.488 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.017) 0:00:02.505 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.016) 0:00:02.522 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* Saturday 06 July 2024 06:47:36 -0400 (0:00:00.037) 0:00:02.559 ********* 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] ****************************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.029) 0:00:02.589 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Include the task 'run_test.yml'] ***************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.022) 0:00:02.611 ********* 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'] ***************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.023) 0:00:02.635 ********* 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'] ***************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.021) 0:00:02.657 ********* 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'] ***************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.023) 0:00:02.680 ********* 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'] ***************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.021) 0:00:02.702 ********* 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'] ***************************************** Saturday 06 July 2024 06:47:36 -0400 (0:00:00.022) 0:00:02.725 ********* 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 Saturday 06 July 2024 06:47:36 -0400 (0:00:00.036) 0:00:02.761 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.31s Gather the minimum subset of ansible_facts required by the network role test --- 0.55s Check if system is ostree ----------------------------------------------- 0.48s Set network provider to 'initscripts' ----------------------------------- 0.04s Include the task 'run_test.yml' ----------------------------------------- 0.04s Include the task 'enable_epel.yml' -------------------------------------- 0.04s Gathering Facts --------------------------------------------------------- 0.03s Set flag to indicate system is ostree ----------------------------------- 0.03s 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 Include the task 'run_test.yml' ----------------------------------------- 0.02s Show playbook name ------------------------------------------------------ 0.02s Include the task 'run_test.yml' ----------------------------------------- 0.02s Include the task 'run_test.yml' ----------------------------------------- 0.02s Enable EPEL 8 ----------------------------------------------------------- 0.02s Fix CentOS6 Base repo --------------------------------------------------- 0.02s Create EPEL 39 ---------------------------------------------------------- 0.02s Enable EPEL 6 ----------------------------------------------------------- 0.02s Install yum-utils package ----------------------------------------------- 0.02s