ansible-playbook [core 2.17.8] 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-WCW executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 14.2.1 20241104 (Red Hat 14.2.1-6)] (/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-WCW/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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:41:49 -0500 (0:00:00.010) 0:00:00.010 ***** included: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:41:49 -0500 (0:00:00.018) 0:00:00.028 ***** ok: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:41:50 -0500 (0:00:00.802) 0:00:00.831 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:41:50 -0500 (0:00:00.511) 0:00:01.342 ***** ok: [managed-node2] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:41:51 -0500 (0:00:00.083) 0:00:01.426 ***** ok: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:41:53 -0500 (0:00:01.942) 0:00:03.368 ***** ok: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:41:54 -0500 (0:00:01.194) 0:00:04.563 ***** ok: [managed-node2] => {} 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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:41:54 -0500 (0:00:00.068) 0:00:04.632 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:41:54 -0500 (0:00:00.047) 0:00:04.679 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:41:54 -0500 (0:00:00.048) 0:00:04.728 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:41:54 -0500 (0:00:00.132) 0:00:04.860 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:41:54 -0500 (0:00:00.112) 0:00:04.972 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:41:54 -0500 (0:00:00.076) 0:00:05.049 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:41:54 -0500 (0:00:00.122) 0:00:05.171 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:41:55 -0500 (0:00:00.228) 0:00:05.400 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:41:55 -0500 (0:00:00.049) 0:00:05.449 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:41:55 -0500 (0:00:00.057) 0:00:05.506 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:41:55 -0500 (0:00:00.111) 0:00:05.618 ***** ok: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:41:56 -0500 (0:00:01.657) 0:00:07.276 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:41:57 -0500 (0:00:00.097) 0:00:07.373 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:41:57 -0500 (0:00:00.055) 0:00:07.429 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:41:57 -0500 (0:00:00.055) 0:00:07.484 ***** ok: [managed-node2] => { "_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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:41:57 -0500 (0:00:00.856) 0:00:08.341 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:41:58 -0500 (0:00:00.081) 0:00:08.422 ***** ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:41:58 -0500 (0:00:00.061) 0:00:08.484 ***** ok: [managed-node2] => { "__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-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:41:58 -0500 (0:00:00.053) 0:00:08.537 ***** skipping: [managed-node2] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:41:58 -0500 (0:00:00.068) 0:00:08.606 ***** ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Saturday 08 February 2025 07:41:58 -0500 (0:00:00.538) 0:00:09.145 ***** included: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node2 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 08 February 2025 07:41:58 -0500 (0:00:00.043) 0:00:09.188 ***** ok: [managed-node2] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.557) 0:00:09.745 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.048) 0:00:09.793 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.054) 0:00:09.848 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.051) 0:00:09.899 ***** included: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node2 TASK [Create EPEL 10] ********************************************************** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.124) 0:00:10.024 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.033) 0:00:10.058 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.032) 0:00:10.090 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.032) 0:00:10.122 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.043) 0:00:10.166 ***** skipping: [managed-node2] => { "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-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Saturday 08 February 2025 07:41:59 -0500 (0:00:00.045) 0:00:10.211 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node2 : ok=16 changed=0 unreachable=0 failed=0 skipped=23 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 08 February 2025 07:41:59 -0500 (0:00:00.021) 0:00:10.233 ***** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.94s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.66s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Check which packages are installed --- 1.19s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.86s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.80s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Gather the minimum subset of ansible_facts required by the network role test --- 0.56s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.54s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 fedora.linux_system_roles.network : Check if system is ostree ----------- 0.51s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 fedora.linux_system_roles.network : Install packages -------------------- 0.23s /tmp/collections-WCW/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.13s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Include the task 'enable_epel.yml' -------------------------------------- 0.12s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces --- 0.12s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 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.11s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.11s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.10s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 fedora.linux_system_roles.network : Set flag to indicate system is ostree --- 0.08s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 fedora.linux_system_roles.network : Configure networking state ---------- 0.08s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 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.08s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 fedora.linux_system_roles.network : Print network provider -------------- 0.07s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 fedora.linux_system_roles.network : Show debug messages for the network_state --- 0.07s /tmp/collections-WCW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186