ansible-playbook [core 2.17.13rc1] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-VZu executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-8)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 12 July 2025 09:30:07 -0400 (0:00:00.105) 0:00:00.105 ********* included: /tmp/collections-VZu/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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 12 July 2025 09:30:07 -0400 (0:00:00.229) 0:00:00.335 ********* 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 if system is ostree] *********** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 12 July 2025 09:30:10 -0400 (0:00:02.682) 0:00:03.021 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 12 July 2025 09:30:11 -0400 (0:00:01.186) 0:00:04.208 ********* ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 12 July 2025 09:30:11 -0400 (0:00:00.135) 0:00:04.344 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 12 July 2025 09:30:14 -0400 (0:00:02.583) 0:00:06.927 ********* 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] ************** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 12 July 2025 09:30:17 -0400 (0:00:02.990) 0:00:09.918 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 12 July 2025 09:30:17 -0400 (0:00:00.207) 0:00:10.126 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 12 July 2025 09:30:17 -0400 (0:00:00.251) 0:00:10.377 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 12 July 2025 09:30:17 -0400 (0:00:00.206) 0:00:10.584 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 12 July 2025 09:30:18 -0400 (0:00:00.319) 0:00:10.903 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 12 July 2025 09:30:18 -0400 (0:00:00.372) 0:00:11.275 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 12 July 2025 09:30:18 -0400 (0:00:00.244) 0:00:11.519 ********* 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] ******************** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 12 July 2025 09:30:19 -0400 (0:00:00.293) 0:00:11.813 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 12 July 2025 09:30:19 -0400 (0:00:00.484) 0:00:12.297 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 12 July 2025 09:30:19 -0400 (0:00:00.219) 0:00:12.521 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 12 July 2025 09:30:20 -0400 (0:00:00.211) 0:00:12.732 ********* 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] ***** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 12 July 2025 09:30:20 -0400 (0:00:00.296) 0:00:13.029 ********* 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] ***** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 12 July 2025 09:30:23 -0400 (0:00:03.424) 0:00:16.454 ********* 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] ************** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 12 July 2025 09:30:24 -0400 (0:00:00.501) 0:00:16.956 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 12 July 2025 09:30:24 -0400 (0:00:00.157) 0:00:17.114 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 12 July 2025 09:30:24 -0400 (0:00:00.450) 0:00:17.565 ********* 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] ********** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 12 July 2025 09:30:27 -0400 (0:00:02.370) 0:00:19.936 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 12 July 2025 09:30:27 -0400 (0:00:00.121) 0:00:20.058 ********* ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 12 July 2025 09:30:27 -0400 (0:00:00.166) 0:00:20.224 ********* 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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 12 July 2025 09:30:27 -0400 (0:00:00.183) 0:00:20.407 ********* skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 12 July 2025 09:30:27 -0400 (0:00:00.144) 0:00:20.551 ********* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Saturday 12 July 2025 09:30:28 -0400 (0:00:01.088) 0:00:21.640 ********* included: /tmp/collections-VZu/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] *** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 12 July 2025 09:30:29 -0400 (0:00:00.189) 0:00:21.829 ********* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 12 July 2025 09:30:29 -0400 (0:00:00.826) 0:00:22.656 ********* 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] *********************************** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 12 July 2025 09:30:30 -0400 (0:00:00.108) 0:00:22.765 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 12 July 2025 09:30:30 -0400 (0:00:00.140) 0:00:22.907 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:13 Saturday 12 July 2025 09:30:30 -0400 (0:00:00.196) 0:00:23.104 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node1 : ok=15 changed=0 unreachable=0 failed=0 skipped=18 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 12 July 2025 09:30:30 -0400 (0:00:00.210) 0:00:23.315 ********* =============================================================================== fedora.linux_system_roles.network : Enable and start NetworkManager ----- 3.43s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Check which packages are installed --- 2.99s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 2.69s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Check which services are running ---- 2.58s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Configure networking connection profiles --- 2.37s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check if system is ostree ----------- 1.19s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.09s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Gather the minimum subset of ansible_facts required by the network role test --- 0.83s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.50s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 fedora.linux_system_roles.network : Install packages -------------------- 0.48s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.45s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces --- 0.37s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later --- 0.32s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.30s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces --- 0.29s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.25s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces --- 0.24s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 fedora.linux_system_roles.network : Ensure ansible_facts used by role --- 0.23s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.22s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.21s /tmp/collections-VZu/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96