ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 February 2025 03:30:50 -0500 (0:00:00.039) 0:00:00.039 **** included: /tmp/collections-TeZ/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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 February 2025 03:30:51 -0500 (0:00:00.065) 0:00:00.105 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 February 2025 03:30:52 -0500 (0:00:01.222) 0:00:01.327 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 February 2025 03:30:52 -0500 (0:00:00.714) 0:00:02.042 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 February 2025 03:30:53 -0500 (0:00:00.061) 0:00:02.103 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 February 2025 03:30:54 -0500 (0:00:01.956) 0:00:04.059 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 February 2025 03:30:57 -0500 (0:00:02.502) 0:00:06.562 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 February 2025 03:30:57 -0500 (0:00:00.161) 0:00:06.723 **** skipping: [managed-node1] => { "changed": false, "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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 February 2025 03:30:57 -0500 (0:00:00.157) 0:00:06.881 **** skipping: [managed-node1] => { "changed": false, "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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 February 2025 03:30:58 -0500 (0:00:00.265) 0:00:07.146 **** skipping: [managed-node1] => { "changed": false, "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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 February 2025 03:30:58 -0500 (0:00:00.185) 0:00:07.332 **** skipping: [managed-node1] => { "changed": false, "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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 February 2025 03:30:58 -0500 (0:00:00.221) 0:00:07.554 **** skipping: [managed-node1] => { "changed": false, "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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 February 2025 03:30:58 -0500 (0:00:00.120) 0:00:07.674 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 February 2025 03:30:58 -0500 (0:00:00.092) 0:00:07.767 **** skipping: [managed-node1] => { "changed": false, "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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 February 2025 03:30:58 -0500 (0:00:00.138) 0:00:07.905 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 February 2025 03:30:58 -0500 (0:00:00.069) 0:00:07.974 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 February 2025 03:30:58 -0500 (0:00:00.079) 0:00:08.054 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 February 2025 03:30:59 -0500 (0:00:00.410) 0:00:08.464 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 February 2025 03:31:01 -0500 (0:00:01.724) 0:00:10.189 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 February 2025 03:31:01 -0500 (0:00:00.105) 0:00:10.294 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 February 2025 03:31:01 -0500 (0:00:00.115) 0:00:10.410 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 February 2025 03:31:01 -0500 (0:00:00.178) 0:00:10.588 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 February 2025 03:31:03 -0500 (0:00:01.560) 0:00:12.148 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 February 2025 03:31:03 -0500 (0:00:00.090) 0:00:12.239 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 February 2025 03:31:03 -0500 (0:00:00.164) 0:00:12.404 **** 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-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 February 2025 03:31:03 -0500 (0:00:00.216) 0:00:12.620 **** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 February 2025 03:31:03 -0500 (0:00:00.125) 0:00:12.745 **** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Wednesday 12 February 2025 03:31:04 -0500 (0:00:00.962) 0:00:13.708 **** included: /tmp/collections-TeZ/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-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 12 February 2025 03:31:04 -0500 (0:00:00.323) 0:00:14.031 **** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 12 February 2025 03:31:06 -0500 (0:00:01.150) 0:00:15.181 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 12 February 2025 03:31:06 -0500 (0:00:00.209) 0:00:15.391 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 12 February 2025 03:31:06 -0500 (0:00:00.190) 0:00:15.581 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 12 February 2025 03:31:06 -0500 (0:00:00.178) 0:00:15.760 **** included: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 12 February 2025 03:31:06 -0500 (0:00:00.190) 0:00:15.950 **** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 12 February 2025 03:31:07 -0500 (0:00:01.024) 0:00:16.974 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 12 February 2025 03:31:07 -0500 (0:00:00.119) 0:00:17.093 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 12 February 2025 03:31:08 -0500 (0:00:00.100) 0:00:17.194 **** [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.230094", "end": "2025-02-12 03:31:08.706875", "rc": 0, "start": "2025-02-12 03:31:08.476781" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 12 February 2025 03:31:08 -0500 (0:00:00.717) 0:00:17.911 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Wednesday 12 February 2025 03:31:08 -0500 (0:00:00.075) 0:00:17.987 **** ok: [managed-node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=18 changed=0 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0 Wednesday 12 February 2025 03:31:08 -0500 (0:00:00.073) 0:00:18.061 **** =============================================================================== fedora.linux_system_roles.network : Check which packages are installed --- 2.50s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.96s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.72s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.56s /tmp/collections-TeZ/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 --- 1.22s /tmp/collections-TeZ/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 --- 1.15s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Create EPEL 8 ----------------------------------------------------------- 1.02s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.96s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Enable EPEL 8 ----------------------------------------------------------- 0.73s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 fedora.linux_system_roles.network : Check if system is ostree ----------- 0.71s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.41s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Include the task 'el_repo_setup.yml' ------------------------------------ 0.32s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 0.27s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 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.22s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 fedora.linux_system_roles.network : Show debug messages for the network_connections --- 0.22s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Check if system is ostree ----------------------------------------------- 0.21s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Include the task 'enable_epel.yml' -------------------------------------- 0.19s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Set flag to indicate system is ostree ----------------------------------- 0.19s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later --- 0.19s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Fix CentOS6 Base repo --------------------------------------------------- 0.18s /tmp/collections-TeZ/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26