ansible-playbook [core 2.17.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-T0B executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 9 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/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 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-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml PLAY [Test executing the role with default parameters] ************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:3 Wednesday 29 April 2026 19:34:54 -0400 (0:00:00.038) 0:00:00.038 ******* [WARNING]: Platform linux on host managed-node3 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node3] TASK [See if /dev/log exists for the fingerprint check] ************************ task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:6 Wednesday 29 April 2026 19:34:56 -0400 (0:00:01.975) 0:00:02.013 ******* ok: [managed-node3] => { "changed": false, "stat": { "atime": 1777505692.584021, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1777505400.9169996, "dev": 6, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 120, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/journal/dev-log", "lnk_target": "/run/systemd/journal/dev-log", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1777505395.2089999, "nlink": 1, "path": "/dev/log", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Set the start time for the journal search] ******************************* task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Wednesday 29 April 2026 19:34:57 -0400 (0:00:00.900) 0:00:02.914 ******* ok: [managed-node3] => { "ansible_facts": { "__journal_start_time": "2026-04-29 19:34:56" }, "changed": false } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:16 Wednesday 29 April 2026 19:34:58 -0400 (0:00:00.212) 0:00:03.126 ******* included: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 29 April 2026 19:34:58 -0400 (0:00:00.048) 0:00:03.175 ******* ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 29 April 2026 19:34:58 -0400 (0:00:00.688) 0:00:03.864 ******* ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.443) 0:00:04.307 ******* ok: [managed-node3] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.055) 0:00:04.363 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts['distribution_major_version'] == '6'", "skip_reason": "Conditional result was False" } TASK [Setup epel on EL 7] ****************************************************** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:52 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.027) 0:00:04.390 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts['distribution_major_version'] == '7'", "skip_reason": "Conditional result was False" } TASK [Run role with clear facts] *********************************************** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:19 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.049) 0:00:04.440 ******* included: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml for managed-node3 TASK [Clear facts] ************************************************************* task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:9 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.064) 0:00:04.505 ******* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:23 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.001) 0:00:04.506 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:33 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.023) 0:00:04.529 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.107) 0:00:04.637 ******* included: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 29 April 2026 19:34:59 -0400 (0:00:00.061) 0:00:04.698 ******* ok: [managed-node3] => { "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 : Record role begin fingerprint] ******* task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 29 April 2026 19:35:00 -0400 (0:00:00.756) 0:00:05.454 ******* ok: [managed-node3] => { "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:18 Wednesday 29 April 2026 19:35:01 -0400 (0:00:00.958) 0:00:06.413 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:23 Wednesday 29 April 2026 19:35:01 -0400 (0:00:00.046) 0:00:06.459 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Wednesday 29 April 2026 19:35:01 -0400 (0:00:00.066) 0:00:06.525 ******* ok: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Wednesday 29 April 2026 19:35:03 -0400 (0:00:02.183) 0:00:08.709 ******* ok: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 29 April 2026 19:35:05 -0400 (0:00:01.479) 0:00:10.189 ******* ok: [managed-node3] => {} 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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.083) 0:00:10.272 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.030) 0:00:10.303 ******* skipping: [managed-node3] => { "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, or SUSE 16 or later] *** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.059) 0:00:10.363 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "(ansible_facts[\"distribution_major_version\"] | int > 9 and ansible_facts[\"distribution\"] in __network_rh_distros) or (ansible_facts[\"distribution_major_version\"] | int >= 16 and ansible_facts[\"os_family\"] == \"Suse\")", "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.103) 0:00:10.467 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.175) 0:00:10.643 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.065) 0:00:10.708 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.060) 0:00:10.769 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:84 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.158) 0:00:10.927 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.020) 0:00:10.947 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:108 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.029) 0:00:10.977 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Wednesday 29 April 2026 19:35:05 -0400 (0:00:00.036) 0:00:11.013 ******* ok: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:132 Wednesday 29 April 2026 19:35:07 -0400 (0:00:01.875) 0:00:12.888 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:141 Wednesday 29 April 2026 19:35:07 -0400 (0:00:00.108) 0:00:12.997 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:149 Wednesday 29 April 2026 19:35:07 -0400 (0:00:00.089) 0:00:13.086 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Wednesday 29 April 2026 19:35:08 -0400 (0:00:00.093) 0:00:13.180 ******* ok: [managed-node3] => { "_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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Wednesday 29 April 2026 19:35:09 -0400 (0:00:01.668) 0:00:14.849 ******* skipping: [managed-node3] => { "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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:176 Wednesday 29 April 2026 19:35:09 -0400 (0:00:00.070) 0:00:14.920 ******* ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:180 Wednesday 29 April 2026 19:35:09 -0400 (0:00:00.068) 0:00:14.988 ******* ok: [managed-node3] => { "__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-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:185 Wednesday 29 April 2026 19:35:09 -0400 (0:00:00.035) 0:00:15.023 ******* skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:191 Wednesday 29 April 2026 19:35:09 -0400 (0:00:00.027) 0:00:15.050 ******* ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [fedora.linux_system_roles.network : Record role success fingerprint] ***** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:194 Wednesday 29 April 2026 19:35:10 -0400 (0:00:00.539) 0:00:15.590 ******* ok: [managed-node3] => { "changed": false } TASK [Check system journal contains role fingerprints] ************************* task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:23 Wednesday 29 April 2026 19:35:11 -0400 (0:00:00.608) 0:00:16.199 ******* ok: [managed-node3] => { "changed": false, "cmd": "set -eo pipefail; journalctl --since \"2026-04-29 19:34:56\" --no-pager | grep -v \" Invoked with\" | grep \"sr_fingerprint.*begin system_role:network\" || { echo ERROR: BEGIN fingerprint not found; exit 1; }; journalctl --since \"2026-04-29 19:34:56\" --no-pager | grep -v \" Invoked with\" | grep \"sr_fingerprint.*success system_role:network\" || { echo ERROR: SUCCESS fingerprint not found; exit 1; }", "delta": "0:00:00.015627", "end": "2026-04-29 19:35:11.883164", "rc": 0, "start": "2026-04-29 19:35:11.867537" } STDOUT: Apr 29 19:35:01 managed-node3 python3.9[27329]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:network ansible_version=2.17.14 CentOS-9 2026-04-29T19:35:01-04:00 Apr 29 19:35:11 managed-node3 python3.9[28389]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:network ansible_version=2.17.14 CentOS-9 2026-04-29T19:35:11-04:00 TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:38 Wednesday 29 April 2026 19:35:11 -0400 (0:00:00.856) 0:00:17.056 ******* ok: [managed-node3] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node3 : ok=23 changed=0 unreachable=0 failed=0 skipped=20 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 29 April 2026 19:35:12 -0400 (0:00:00.068) 0:00:17.124 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.18s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 1.98s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:3 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.88s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.67s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 fedora.linux_system_roles.network : Check which packages are installed --- 1.48s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Record role begin fingerprint ------- 0.96s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 See if /dev/log exists for the fingerprint check ------------------------ 0.90s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:6 Check system journal contains role fingerprints ------------------------- 0.86s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:23 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.76s /tmp/collections-T0B/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.69s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 fedora.linux_system_roles.network : Record role success fingerprint ----- 0.61s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:194 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.54s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:191 Check if system is ostree ----------------------------------------------- 0.44s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Set the start time for the journal search ------------------------------- 0.21s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 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.18s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 fedora.linux_system_roles.network : Install packages -------------------- 0.16s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.11s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:132 Run the role normally --------------------------------------------------- 0.11s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:33 fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later, or SUSE 16 or later --- 0.10s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.09s /tmp/collections-T0B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:149