ansible-playbook [core 2.17.10] 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-4xJ executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, Apr 9 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.5 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 redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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-4xJ/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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 16 April 2025 09:04:19 -0400 (0:00:00.016) 0:00:00.016 ******* included: /tmp/collections-4xJ/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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 16 April 2025 09:04:19 -0400 (0:00:00.029) 0:00:00.046 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 16 April 2025 09:04:21 -0400 (0:00:01.744) 0:00:01.791 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 16 April 2025 09:04:22 -0400 (0:00:01.088) 0:00:02.879 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 16 April 2025 09:04:22 -0400 (0:00:00.127) 0:00:03.007 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 16 April 2025 09:04:25 -0400 (0:00:02.746) 0:00:05.754 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 16 April 2025 09:04:27 -0400 (0:00:02.074) 0:00:07.829 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 16 April 2025 09:04:27 -0400 (0:00:00.172) 0:00:08.002 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 16 April 2025 09:04:27 -0400 (0:00:00.152) 0:00:08.154 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 16 April 2025 09:04:27 -0400 (0:00:00.137) 0:00:08.292 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 16 April 2025 09:04:27 -0400 (0:00:00.331) 0:00:08.623 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 16 April 2025 09:04:28 -0400 (0:00:00.283) 0:00:08.907 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 16 April 2025 09:04:28 -0400 (0:00:00.270) 0:00:09.177 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 16 April 2025 09:04:28 -0400 (0:00:00.155) 0:00:09.333 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 16 April 2025 09:04:28 -0400 (0:00:00.331) 0:00:09.665 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 16 April 2025 09:04:29 -0400 (0:00:00.109) 0:00:09.774 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 16 April 2025 09:04:29 -0400 (0:00:00.117) 0:00:09.893 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 16 April 2025 09:04:29 -0400 (0:00:00.145) 0:00:10.039 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 16 April 2025 09:04:31 -0400 (0:00:02.093) 0:00:12.132 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 16 April 2025 09:04:31 -0400 (0:00:00.220) 0:00:12.353 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 16 April 2025 09:04:31 -0400 (0:00:00.148) 0:00:12.501 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 16 April 2025 09:04:32 -0400 (0:00:00.205) 0:00:12.706 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 16 April 2025 09:04:33 -0400 (0:00:01.145) 0:00:13.852 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 16 April 2025 09:04:33 -0400 (0:00:00.104) 0:00:13.957 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 16 April 2025 09:04:33 -0400 (0:00:00.077) 0:00:14.035 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 16 April 2025 09:04:33 -0400 (0:00:00.058) 0:00:14.093 ******* skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 16 April 2025 09:04:33 -0400 (0:00:00.053) 0:00:14.147 ******* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Wednesday 16 April 2025 09:04:34 -0400 (0:00:01.056) 0:00:15.204 ******* included: /tmp/collections-4xJ/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-4xJ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 16 April 2025 09:04:34 -0400 (0:00:00.161) 0:00:15.365 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 16 April 2025 09:04:35 -0400 (0:00:00.649) 0:00:16.015 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 16 April 2025 09:04:35 -0400 (0:00:00.119) 0:00:16.135 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 16 April 2025 09:04:35 -0400 (0:00:00.100) 0:00:16.235 ******* 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-4xJ/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Wednesday 16 April 2025 09:04:35 -0400 (0:00:00.113) 0:00:16.349 ******* 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 TASKS RECAP ******************************************************************** Wednesday 16 April 2025 09:04:35 -0400 (0:00:00.048) 0:00:16.398 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.75s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.09s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Check which packages are installed --- 2.08s /tmp/collections-4xJ/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 --- 1.74s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.15s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check if system is ostree ----------- 1.09s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.06s /tmp/collections-4xJ/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.65s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 fedora.linux_system_roles.network : Install packages -------------------- 0.33s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later --- 0.33s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 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.28s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 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.27s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.22s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.21s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 fedora.linux_system_roles.network : Print network provider -------------- 0.17s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Include the task 'el_repo_setup.yml' ------------------------------------ 0.16s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces --- 0.16s /tmp/collections-4xJ/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.15s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 fedora.linux_system_roles.network : Enable network service -------------- 0.15s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.15s /tmp/collections-4xJ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109