[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/integration_pytest_python3.yml'] ***************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:19:54 -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:19:57 -0400 (0:00:02.623) 0:00:02.630 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/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:19:57 -0400 (0:00:00.021) 0:00:02.652 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:02.058) 0:00:04.710 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:00.477) 0:00:05.188 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:00.024) 0:00:05.213 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:00.016) 0:00:05.229 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:00.031) 0:00:05.261 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:00.015) 0:00:05.277 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:00.013) 0:00:05.290 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:00.014) 0:00:05.305 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:19:59 -0400 (0:00:00.017) 0:00:05.322 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:20:00 -0400 (0:00:00.031) 0:00:05.353 ********* ok: [managed_node1] TASK [Install rpm dependencies] ************************************************ Thursday 25 July 2024 07:20:02 -0400 (0:00:02.510) 0:00:07.864 ********* changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pip-23.3.2-1.fc40.noarch" ] } lsrpackages: git python3-pip rsync TASK [Install Pytest] ********************************************************** Thursday 25 July 2024 07:20:06 -0400 (0:00:03.647) 0:00:11.512 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:02.436552", "end": "2024-07-25 07:20:09.030600", "rc": 0, "start": "2024-07-25 07:20:06.594048" } STDOUT: Collecting pytest Downloading pytest-8.3.2-py3-none-any.whl.metadata (7.5 kB) Collecting iniconfig (from pytest) Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) Collecting packaging (from pytest) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting pluggy<2,>=1.5 (from pytest) Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) Downloading pytest-8.3.2-py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 6.0 MB/s eta 0:00:00 Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Downloading packaging-24.1-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 5.0 MB/s eta 0:00:00 Installing collected packages: pluggy, packaging, iniconfig, pytest Successfully installed iniconfig-2.0.0 packaging-24.1 pluggy-1.5.0 pytest-8.3.2 STDERR: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv PLAY [Run playbook 'tests_default.yml' with initscripts as provider] *********** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:20:09 -0400 (0:00:02.927) 0:00:14.439 ********* ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:20:11 -0400 (0:00:02.418) 0:00:16.858 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/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:20:11 -0400 (0:00:00.023) 0:00:16.881 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:02.084) 0:00:18.966 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.020) 0:00:18.986 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.019) 0:00:19.006 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.015) 0:00:19.022 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.031) 0:00:19.053 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.015) 0:00:19.069 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.015) 0:00:19.084 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.014) 0:00:19.099 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.017) 0:00:19.117 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.015) 0:00:19.132 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.044) 0:00:19.176 ********* 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 [fedora.linux_system_roles.network : Print network provider] ************** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.023) 0:00:19.200 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.022) 0:00:19.222 ********* 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 [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.024) 0:00:19.246 ********* 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 [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.022) 0:00:19.269 ********* 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 [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.023) 0:00:19.292 ********* 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 [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** Thursday 25 July 2024 07:20:13 -0400 (0:00:00.022) 0:00:19.315 ********* 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 [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.022) 0:00:19.337 ********* 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 [fedora.linux_system_roles.network : Install packages] ******************** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.024) 0:00:19.362 ********* 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 [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.021) 0:00:19.384 ********* 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 [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.021) 0:00:19.405 ********* 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 [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.024) 0:00:19.429 ********* 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 [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.021) 0:00:19.450 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.024) 0:00:19.475 ********* 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 [fedora.linux_system_roles.network : Enable network service] ************** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.022) 0:00:19.497 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.022) 0:00:19.520 ********* 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 [fedora.linux_system_roles.network : Configure networking connection profiles] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.023) 0:00:19.543 ********* 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 [fedora.linux_system_roles.network : Configure networking state] ********** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.024) 0:00:19.568 ********* 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 [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.029) 0:00:19.598 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.022) 0:00:19.621 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.022) 0:00:19.644 ********* skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.025) 0:00:19.669 ********* 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 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:20:14 -0400 (0:00:00.025) 0:00:19.695 ********* 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 [Test warning and info logs] ********************************************** Thursday 25 July 2024 07:20:14 -0400 (0:00:00.025) 0:00:19.720 ********* 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 [Run playbook 'tests_default.yml' with nm as provider] ******************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:20:14 -0400 (0:00:00.036) 0:00:19.757 ********* ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:20:16 -0400 (0:00:02.367) 0:00:22.125 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/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:20:16 -0400 (0:00:00.021) 0:00:22.147 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:20:18 -0400 (0:00:02.070) 0:00:24.217 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:20:18 -0400 (0:00:00.025) 0:00:24.242 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:20:18 -0400 (0:00:00.021) 0:00:24.264 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 07:20:18 -0400 (0:00:00.017) 0:00:24.282 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Thursday 25 July 2024 07:20:18 -0400 (0:00:00.033) 0:00:24.315 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:20:18 -0400 (0:00:00.017) 0:00:24.333 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.017) 0:00:24.350 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.016) 0:00:24.367 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.016) 0:00:24.384 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.018) 0:00:24.402 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.042) 0:00:24.445 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.034) 0:00:24.479 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.033) 0:00:24.513 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.029) 0:00:24.542 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** Thursday 25 July 2024 07:20:19 -0400 (0:00:00.030) 0:00:24.572 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** Thursday 25 July 2024 07:20:22 -0400 (0:00:02.770) 0:00:27.343 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** Thursday 25 July 2024 07:20:23 -0400 (0:00:01.229) 0:00:28.573 ********* ok: [managed_node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.042) 0:00:28.616 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.062) 0:00:28.678 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.040) 0:00:28.719 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.045) 0:00:28.765 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.054) 0:00:28.820 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.048) 0:00:28.869 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.053) 0:00:28.922 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.082) 0:00:29.004 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.042) 0:00:29.047 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.041) 0:00:29.088 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Thursday 25 July 2024 07:20:23 -0400 (0:00:00.053) 0:00:29.142 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** Thursday 25 July 2024 07:20:24 -0400 (0:00:00.862) 0:00:30.004 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Thursday 25 July 2024 07:20:24 -0400 (0:00:00.055) 0:00:30.060 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Thursday 25 July 2024 07:20:24 -0400 (0:00:00.040) 0:00:30.100 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Thursday 25 July 2024 07:20:24 -0400 (0:00:00.038) 0:00:30.139 ********* ok: [managed_node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** Thursday 25 July 2024 07:20:25 -0400 (0:00:00.766) 0:00:30.906 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Thursday 25 July 2024 07:20:25 -0400 (0:00:00.074) 0:00:30.981 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Thursday 25 July 2024 07:20:25 -0400 (0:00:00.046) 0:00:31.027 ********* ok: [managed_node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Thursday 25 July 2024 07:20:25 -0400 (0:00:00.047) 0:00:31.075 ********* skipping: [managed_node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Thursday 25 July 2024 07:20:25 -0400 (0:00:00.040) 0:00:31.115 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:20:26 -0400 (0:00:00.509) 0:00:31.625 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/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:20:26 -0400 (0:00:00.064) 0:00:31.689 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:02.048) 0:00:33.738 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.043) 0:00:33.781 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.044) 0:00:33.825 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.036) 0:00:33.862 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.074) 0:00:33.936 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.076) 0:00:34.013 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.038) 0:00:34.051 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.038) 0:00:34.090 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.040) 0:00:34.130 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Thursday 25 July 2024 07:20:28 -0400 (0:00:00.040) 0:00:34.170 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:20:28 -0400 (0:00:00.134) 0:00:34.305 ********* ok: [managed_node1] TASK [Create tempdir for code to test] ***************************************** Thursday 25 July 2024 07:20:31 -0400 (0:00:02.368) 0:00:36.674 ********* changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_i_l_w7b4", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** Thursday 25 July 2024 07:20:31 -0400 (0:00:00.484) 0:00:37.159 ********* changed: [managed_node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_vz41sm2u.tar", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] ************* Thursday 25 July 2024 07:20:32 -0400 (0:00:00.244) 0:00:37.404 ********* included: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed_node1 TASK [Set collection paths] **************************************************** Thursday 25 July 2024 07:20:32 -0400 (0:00:00.105) 0:00:37.509 ********* ok: [managed_node1] => { "ansible_facts": { "collection_paths": [ "/var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q", "/var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q" ] }, "changed": false } TASK [Set search paths] ******************************************************** Thursday 25 July 2024 07:20:32 -0400 (0:00:00.054) 0:00:37.564 ********* ok: [managed_node1] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [Find parent directory and path of modules] ******************************* Thursday 25 July 2024 07:20:32 -0400 (0:00:00.055) 0:00:37.620 ********* ok: [managed_node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/modules; do\n if [ -f \"$subdir/network_connections.py\" ]; then\n echo \"$dir\"\n echo \"$subdir\"\n exit 0\n fi\n done\ndone\necho network_connections.py not found\nexit 1\n", "delta": "0:00:00.005532", "end": "2024-07-25 07:20:32.493026", "rc": 0, "start": "2024-07-25 07:20:32.487494" } STDOUT: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q ansible_collections/fedora/linux_system_roles/plugins/modules STDERR: + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /root/.ansible/plugins/modules/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /usr/share/ansible/plugins/modules/network_connections.py ']' + for dir in /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q + '[' '!' -d /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q ']' + cd /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/ansible/posix/plugins/modules/network_connections.py ']' + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** Thursday 25 July 2024 07:20:32 -0400 (0:00:00.259) 0:00:37.879 ********* ok: [managed_node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/module_utils; do\n if [ -d \"$subdir/network_lsr\" ]; then\n echo \"$dir\"\n echo \"$subdir\"\n exit 0\n fi\n done\ndone\necho network_lsr not found\nexit 1\n", "delta": "0:00:00.004372", "end": "2024-07-25 07:20:32.751056", "rc": 0, "start": "2024-07-25 07:20:32.746684" } STDOUT: /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q ansible_collections/fedora/linux_system_roles/plugins/module_utils STDERR: + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /root/.ansible/plugins/module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /usr/share/ansible/plugins/module_utils/network_lsr ']' + for dir in /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q + '[' '!' -d /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q ']' + cd /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/ansible/posix/plugins/module_utils/network_lsr ']' + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Get tests directory] ***************************************************** Thursday 25 July 2024 07:20:32 -0400 (0:00:00.258) 0:00:38.138 ********* ok: [managed_node1] => { "ansible_facts": { "tests_directory": "/var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network/network" }, "changed": false } TASK [Create Tar file] ********************************************************* Thursday 25 July 2024 07:20:32 -0400 (0:00:00.046) 0:00:38.185 ********* fatal: [managed_node1 -> localhost]: FAILED! => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_vz41sm2u.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q/ansible_collections/fedora/linux_system_roles/tests/network", "network", "-C", "/var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/var/ARTIFACTS/work-generalfr6i6qfm/plans/general/tree/tmp.AnzpRcLT8Q", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.005456", "end": "2024-07-25 07:20:33.059554", "rc": 2, "start": "2024-07-25 07:20:33.054098" } STDOUT: ansible_collections/fedora/linux_system_roles/plugins/modules/ ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_state.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ethtool.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm_provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/argument_validator.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/myerror.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/active_connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/client.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/error.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/utils.py STDERR: tar: network: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors MSG: non-zero return code TASK [Remove local tar file] *************************************************** Thursday 25 July 2024 07:20:33 -0400 (0:00:00.261) 0:00:38.447 ********* changed: [managed_node1 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_vz41sm2u.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** Thursday 25 July 2024 07:20:33 -0400 (0:00:00.356) 0:00:38.803 ********* changed: [managed_node1] => { "changed": true, "path": "/tmp/lsrtest_i_l_w7b4", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=43 changed=5 unreachable=0 failed=1 skipped=72 rescued=0 ignored=0 Thursday 25 July 2024 07:20:33 -0400 (0:00:00.382) 0:00:39.186 ********* =============================================================================== Install rpm dependencies ------------------------------------------------ 3.65s Install Pytest ---------------------------------------------------------- 2.93s fedora.linux_system_roles.network : Check which services are running ---- 2.77s Gathering Facts --------------------------------------------------------- 2.62s Gathering Facts --------------------------------------------------------- 2.51s Gathering Facts --------------------------------------------------------- 2.42s Gathering Facts --------------------------------------------------------- 2.37s Gathering Facts --------------------------------------------------------- 2.37s Gather the minimum subset of ansible_facts required by the network role test --- 2.08s Gather the minimum subset of ansible_facts required by the network role test --- 2.07s Gather the minimum subset of ansible_facts required by the network role test --- 2.06s Gather the minimum subset of ansible_facts required by the network role test --- 2.05s fedora.linux_system_roles.network : Check which packages are installed --- 1.23s fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.86s fedora.linux_system_roles.network : Configure networking connection profiles --- 0.77s fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.51s Create tempdir for code to test ----------------------------------------- 0.48s Check if system is ostree ----------------------------------------------- 0.48s Remove tempdir ---------------------------------------------------------- 0.38s Remove local tar file --------------------------------------------------- 0.36s