ansible-playbook [core 2.16.14] 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-hqc executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/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: 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-hqc/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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 05 April 2025 08:49:17 -0400 (0:00:00.083) 0:00:00.083 ******** included: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 05 April 2025 08:49:17 -0400 (0:00:00.093) 0:00:00.177 ******** ok: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 05 April 2025 08:49:19 -0400 (0:00:01.515) 0:00:01.693 ******** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 05 April 2025 08:49:20 -0400 (0:00:00.872) 0:00:02.565 ******** ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 05 April 2025 08:49:20 -0400 (0:00:00.060) 0:00:02.626 ******** ok: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 05 April 2025 08:49:22 -0400 (0:00:02.606) 0:00:05.233 ******** ok: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 05 April 2025 08:49:25 -0400 (0:00:02.806) 0:00:08.040 ******** ok: [managed-node4] => {} 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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 05 April 2025 08:49:25 -0400 (0:00:00.063) 0:00:08.103 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 05 April 2025 08:49:25 -0400 (0:00:00.044) 0:00:08.148 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 05 April 2025 08:49:25 -0400 (0:00:00.046) 0:00:08.194 ******** skipping: [managed-node4] => { "changed": false, "false_condition": "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] *** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 05 April 2025 08:49:25 -0400 (0:00:00.079) 0:00:08.274 ******** skipping: [managed-node4] => { "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] *** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 05 April 2025 08:49:25 -0400 (0:00:00.069) 0:00:08.343 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 05 April 2025 08:49:25 -0400 (0:00:00.057) 0:00:08.401 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 05 April 2025 08:49:25 -0400 (0:00:00.061) 0:00:08.462 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 05 April 2025 08:49:26 -0400 (0:00:00.117) 0:00:08.579 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 05 April 2025 08:49:26 -0400 (0:00:00.052) 0:00:08.632 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 05 April 2025 08:49:26 -0400 (0:00:00.051) 0:00:08.684 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 05 April 2025 08:49:26 -0400 (0:00:00.246) 0:00:08.931 ******** ok: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 05 April 2025 08:49:28 -0400 (0:00:01.857) 0:00:10.788 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 05 April 2025 08:49:28 -0400 (0:00:00.094) 0:00:10.883 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 05 April 2025 08:49:28 -0400 (0:00:00.140) 0:00:11.023 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 05 April 2025 08:49:28 -0400 (0:00:00.279) 0:00:11.303 ******** ok: [managed-node4] => { "_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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 05 April 2025 08:49:31 -0400 (0:00:02.277) 0:00:13.580 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 05 April 2025 08:49:31 -0400 (0:00:00.134) 0:00:13.715 ******** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 05 April 2025 08:49:31 -0400 (0:00:00.183) 0:00:13.898 ******** ok: [managed-node4] => { "__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-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 05 April 2025 08:49:31 -0400 (0:00:00.253) 0:00:14.151 ******** skipping: [managed-node4] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 05 April 2025 08:49:31 -0400 (0:00:00.148) 0:00:14.300 ******** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Saturday 05 April 2025 08:49:33 -0400 (0:00:01.391) 0:00:15.691 ******** included: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node4 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 05 April 2025 08:49:33 -0400 (0:00:00.263) 0:00:15.955 ******** ok: [managed-node4] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 05 April 2025 08:49:34 -0400 (0:00:01.115) 0:00:17.070 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 05 April 2025 08:49:34 -0400 (0:00:00.101) 0:00:17.172 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 05 April 2025 08:49:34 -0400 (0:00:00.095) 0:00:17.268 ******** skipping: [managed-node4] => { "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-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Saturday 05 April 2025 08:49:34 -0400 (0:00:00.069) 0:00:17.337 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node4 : ok=15 changed=0 unreachable=0 failed=0 skipped=18 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 05 April 2025 08:49:34 -0400 (0:00:00.039) 0:00:17.377 ******** =============================================================================== fedora.linux_system_roles.network : Check which packages are installed --- 2.81s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 2.61s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Configure networking connection profiles --- 2.28s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.86s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 1.52s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.39s /tmp/collections-hqc/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 --- 1.12s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 fedora.linux_system_roles.network : Check if system is ostree ----------- 0.87s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.28s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Include the task 'el_repo_setup.yml' ------------------------------------ 0.26s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 fedora.linux_system_roles.network : Show debug messages for the network_connections --- 0.25s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.25s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Show stderr messages for the network_connections --- 0.18s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 fedora.linux_system_roles.network : Show debug messages for the network_state --- 0.15s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 fedora.linux_system_roles.network : Enable network service -------------- 0.14s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 fedora.linux_system_roles.network : Configure networking state ---------- 0.13s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 fedora.linux_system_roles.network : Install packages -------------------- 0.12s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Check if system is ostree ----------------------------------------------- 0.10s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Set flag to indicate system is ostree ----------------------------------- 0.10s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.09s /tmp/collections-hqc/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133