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-Y8B 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-Y8B/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-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:3 Monday 27 April 2026 10:17:53 -0400 (0:00:00.028) 0:00:00.028 ********** [WARNING]: Platform linux on host managed-node7 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-node7] TASK [See if /dev/log exists for the fingerprint check] ************************ task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:6 Monday 27 April 2026 10:17:55 -0400 (0:00:01.959) 0:00:01.987 ********** ok: [managed-node7] => { "changed": false, "stat": { "atime": 1777299466.8018024, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1777299169.367, "dev": 6, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 121, "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": 1777299158.921, "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-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Monday 27 April 2026 10:17:56 -0400 (0:00:00.666) 0:00:02.654 ********** ok: [managed-node7] => { "ansible_facts": { "__journal_start_time": "2026-04-27 10:17:54" }, "changed": false } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:16 Monday 27 April 2026 10:17:56 -0400 (0:00:00.160) 0:00:02.814 ********** included: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node7 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Monday 27 April 2026 10:17:56 -0400 (0:00:00.026) 0:00:02.841 ********** ok: [managed-node7] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Monday 27 April 2026 10:17:56 -0400 (0:00:00.671) 0:00:03.512 ********** ok: [managed-node7] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Monday 27 April 2026 10:17:57 -0400 (0:00:00.563) 0:00:04.076 ********** ok: [managed-node7] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Monday 27 April 2026 10:17:57 -0400 (0:00:00.092) 0:00:04.168 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:52 Monday 27 April 2026 10:17:57 -0400 (0:00:00.044) 0:00:04.213 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:19 Monday 27 April 2026 10:17:57 -0400 (0:00:00.054) 0:00:04.268 ********** included: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml for managed-node7 TASK [Clear facts] ************************************************************* task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:9 Monday 27 April 2026 10:17:57 -0400 (0:00:00.092) 0:00:04.361 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:23 Monday 27 April 2026 10:17:57 -0400 (0:00:00.007) 0:00:04.368 ********** skipping: [managed-node7] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:33 Monday 27 April 2026 10:17:57 -0400 (0:00:00.091) 0:00:04.460 ********** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node7 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 27 April 2026 10:17:58 -0400 (0:00:00.431) 0:00:04.891 ********** included: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node7 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 27 April 2026 10:17:58 -0400 (0:00:00.119) 0:00:05.011 ********** ok: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Monday 27 April 2026 10:17:59 -0400 (0:00:00.754) 0:00:05.765 ********** ok: [managed-node7] => { "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:18 Monday 27 April 2026 10:18:00 -0400 (0:00:01.015) 0:00:06.780 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:23 Monday 27 April 2026 10:18:00 -0400 (0:00:00.066) 0:00:06.846 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Monday 27 April 2026 10:18:00 -0400 (0:00:00.052) 0:00:06.899 ********** ok: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Monday 27 April 2026 10:18:02 -0400 (0:00:02.542) 0:00:09.441 ********** ok: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 27 April 2026 10:18:04 -0400 (0:00:02.147) 0:00:11.589 ********** ok: [managed-node7] => {} 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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 27 April 2026 10:18:05 -0400 (0:00:00.154) 0:00:11.744 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 27 April 2026 10:18:05 -0400 (0:00:00.064) 0:00:11.809 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Monday 27 April 2026 10:18:05 -0400 (0:00:00.055) 0:00:11.864 ********** skipping: [managed-node7] => { "changed": false, "false_condition": "ansible_facts[\"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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Monday 27 April 2026 10:18:05 -0400 (0:00:00.112) 0:00:11.977 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Monday 27 April 2026 10:18:05 -0400 (0:00:00.190) 0:00:12.168 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Monday 27 April 2026 10:18:05 -0400 (0:00:00.131) 0:00:12.299 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Monday 27 April 2026 10:18:05 -0400 (0:00:00.159) 0:00:12.458 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Monday 27 April 2026 10:18:06 -0400 (0:00:00.375) 0:00:12.834 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Monday 27 April 2026 10:18:06 -0400 (0:00:00.070) 0:00:12.904 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Monday 27 April 2026 10:18:06 -0400 (0:00:00.054) 0:00:12.959 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Monday 27 April 2026 10:18:06 -0400 (0:00:00.043) 0:00:13.002 ********** ok: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 27 April 2026 10:18:08 -0400 (0:00:01.714) 0:00:14.717 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Monday 27 April 2026 10:18:08 -0400 (0:00:00.180) 0:00:14.898 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Monday 27 April 2026 10:18:08 -0400 (0:00:00.122) 0:00:15.020 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Monday 27 April 2026 10:18:08 -0400 (0:00:00.097) 0:00:15.118 ********** ok: [managed-node7] => { "_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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Monday 27 April 2026 10:18:09 -0400 (0:00:01.357) 0:00:16.475 ********** skipping: [managed-node7] => { "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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Monday 27 April 2026 10:18:09 -0400 (0:00:00.082) 0:00:16.557 ********** ok: [managed-node7] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Monday 27 April 2026 10:18:10 -0400 (0:00:00.086) 0:00:16.644 ********** ok: [managed-node7] => { "__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-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Monday 27 April 2026 10:18:10 -0400 (0:00:00.092) 0:00:16.737 ********** skipping: [managed-node7] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Monday 27 April 2026 10:18:10 -0400 (0:00:00.060) 0:00:16.797 ********** ok: [managed-node7] => { "changed": false, "ping": "pong" } TASK [fedora.linux_system_roles.network : Record role success fingerprint] ***** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:195 Monday 27 April 2026 10:18:11 -0400 (0:00:00.937) 0:00:17.735 ********** ok: [managed-node7] => { "changed": false } TASK [Check system journal contains role fingerprints] ************************* task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:23 Monday 27 April 2026 10:18:11 -0400 (0:00:00.640) 0:00:18.375 ********** ok: [managed-node7] => { "changed": false, "cmd": "set -eo pipefail; journalctl --since \"2026-04-27 10:17:54\" --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-27 10:17:54\" --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.015972", "end": "2026-04-27 10:18:12.630710", "rc": 0, "start": "2026-04-27 10:18:12.614738" } STDOUT: Apr 27 10:18:00 managed-node7 python3.9[25130]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:network ansible_version=2.17.14 CentOS-9 2026-04-27T10:18:00-04:00 Apr 27 10:18:11 managed-node7 python3.9[26190]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:network ansible_version=2.17.14 CentOS-9 2026-04-27T10:18:11-04:00 TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:38 Monday 27 April 2026 10:18:12 -0400 (0:00:00.985) 0:00:19.360 ********** ok: [managed-node7] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node7 : 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 ******************************************************************** Monday 27 April 2026 10:18:12 -0400 (0:00:00.134) 0:00:19.495 ********** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.54s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which packages are installed --- 2.15s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Gathering Facts --------------------------------------------------------- 1.96s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:3 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.71s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.36s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Record role begin fingerprint ------- 1.02s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Check system journal contains role fingerprints ------------------------- 0.99s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:23 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.94s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.75s /tmp/collections-Y8B/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.67s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 See if /dev/log exists for the fingerprint check ------------------------ 0.67s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:6 fedora.linux_system_roles.network : Record role success fingerprint ----- 0.64s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:195 Check if system is ostree ----------------------------------------------- 0.56s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Run the role normally --------------------------------------------------- 0.43s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:33 fedora.linux_system_roles.network : Install packages -------------------- 0.38s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 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.19s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.18s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Set the start time for the journal search ------------------------------- 0.16s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces --- 0.16s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 fedora.linux_system_roles.network : Print network provider -------------- 0.15s /tmp/collections-Y8B/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7