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 'jsonl', 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-a9V/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-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:3 Wednesday 29 April 2026 09:22:51 -0400 (0:00:00.050) 0:00:00.050 ******* ok: [managed-node4] META: ran handlers TASK [See if /dev/log exists for the fingerprint check] ************************ task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:6 Wednesday 29 April 2026 09:22:53 -0400 (0:00:01.851) 0:00:01.901 ******* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1777468970.4729056, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1777467803.568, "dev": 6, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1400, "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": 1777467803.568, "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-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Wednesday 29 April 2026 09:22:54 -0400 (0:00:00.714) 0:00:02.616 ******* ok: [managed-node4] => { "ansible_facts": { "__journal_start_time": "2026-04-29 09:22:53" }, "changed": false } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:16 Wednesday 29 April 2026 09:22:54 -0400 (0:00:00.152) 0:00:02.768 ******* included: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node4 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 29 April 2026 09:22:54 -0400 (0:00:00.225) 0:00:02.994 ******* ok: [managed-node4] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 29 April 2026 09:22:55 -0400 (0:00:00.894) 0:00:03.888 ******* ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 29 April 2026 09:22:56 -0400 (0:00:00.736) 0:00:04.625 ******* ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 29 April 2026 09:22:56 -0400 (0:00:00.157) 0:00:04.783 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Setup epel on EL 7] ****************************************************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:52 Wednesday 29 April 2026 09:22:56 -0400 (0:00:00.164) 0:00:04.947 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run role with clear facts] *********************************************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:19 Wednesday 29 April 2026 09:22:56 -0400 (0:00:00.156) 0:00:05.104 ******* included: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml for managed-node4 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:23 Wednesday 29 April 2026 09:22:56 -0400 (0:00:00.102) 0:00:05.207 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:33 Wednesday 29 April 2026 09:22:56 -0400 (0:00:00.242) 0:00:05.449 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 29 April 2026 09:22:57 -0400 (0:00:00.449) 0:00:05.899 ******* included: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 29 April 2026 09:22:57 -0400 (0:00:00.081) 0:00:05.980 ******* ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Record role begin fingerprint] ******* task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 29 April 2026 09:22:58 -0400 (0:00:01.040) 0:00:07.021 ******* ok: [managed-node4] => { "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:18 Wednesday 29 April 2026 09:22:59 -0400 (0:00:00.989) 0:00:08.011 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:23 Wednesday 29 April 2026 09:22:59 -0400 (0:00:00.079) 0:00:08.091 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Wednesday 29 April 2026 09:22:59 -0400 (0:00:00.088) 0:00:08.179 ******* ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Wednesday 29 April 2026 09:23:01 -0400 (0:00:02.074) 0:00:10.254 ******* ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 29 April 2026 09:23:03 -0400 (0:00:02.112) 0:00:12.366 ******* ok: [managed-node4] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 29 April 2026 09:23:03 -0400 (0:00:00.036) 0:00:12.403 ******* skipping: [managed-node4] => { "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-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 29 April 2026 09:23:03 -0400 (0:00:00.028) 0:00:12.432 ******* skipping: [managed-node4] => { "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, or SUSE 16 or later] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 29 April 2026 09:23:03 -0400 (0:00:00.036) 0:00:12.469 ******* skipping: [managed-node4] => { "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-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 29 April 2026 09:23:03 -0400 (0:00:00.098) 0:00:12.567 ******* skipping: [managed-node4] => { "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-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Wednesday 29 April 2026 09:23:04 -0400 (0:00:00.106) 0:00:12.674 ******* skipping: [managed-node4] => { "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-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Wednesday 29 April 2026 09:23:04 -0400 (0:00:00.102) 0:00:12.776 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Wednesday 29 April 2026 09:23:04 -0400 (0:00:00.054) 0:00:12.831 ******* skipping: [managed-node4] => { "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-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:84 Wednesday 29 April 2026 09:23:04 -0400 (0:00:00.198) 0:00:13.030 ******* skipping: [managed-node4] => { "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-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Wednesday 29 April 2026 09:23:04 -0400 (0:00:00.103) 0:00:13.133 ******* skipping: [managed-node4] => { "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-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:108 Wednesday 29 April 2026 09:23:04 -0400 (0:00:00.071) 0:00:13.205 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Wednesday 29 April 2026 09:23:04 -0400 (0:00:00.063) 0:00:13.268 ******* ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:132 Wednesday 29 April 2026 09:23:07 -0400 (0:00:02.675) 0:00:15.944 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:141 Wednesday 29 April 2026 09:23:07 -0400 (0:00:00.094) 0:00:16.038 ******* skipping: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:149 Wednesday 29 April 2026 09:23:07 -0400 (0:00:00.133) 0:00:16.172 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Wednesday 29 April 2026 09:23:07 -0400 (0:00:00.131) 0:00:16.304 ******* ok: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Wednesday 29 April 2026 09:23:09 -0400 (0:00:01.707) 0:00:18.011 ******* skipping: [managed-node4] => { "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-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:176 Wednesday 29 April 2026 09:23:09 -0400 (0:00:00.096) 0:00:18.108 ******* ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:180 Wednesday 29 April 2026 09:23:09 -0400 (0:00:00.167) 0:00:18.276 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:185 Wednesday 29 April 2026 09:23:09 -0400 (0:00:00.087) 0:00:18.363 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:191 Wednesday 29 April 2026 09:23:09 -0400 (0:00:00.066) 0:00:18.429 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [fedora.linux_system_roles.network : Record role success fingerprint] ***** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:194 Wednesday 29 April 2026 09:23:10 -0400 (0:00:00.986) 0:00:19.416 ******* ok: [managed-node4] => { "changed": false } TASK [Check system journal contains role fingerprints] ************************* task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:23 Wednesday 29 April 2026 09:23:11 -0400 (0:00:00.674) 0:00:20.091 ******* ok: [managed-node4] => { "changed": false, "cmd": "set -eo pipefail; journalctl --since \"2026-04-29 09:22:53\" --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 09:22:53\" --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.014113", "end": "2026-04-29 09:23:12.366039", "rc": 0, "start": "2026-04-29 09:23:12.351926" } STDOUT: Apr 29 09:22:59 managed-node4 platform-python[49557]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:network ansible_version=2.9.27 CentOS-8 2026-04-29T09:22:59-04:00 Apr 29 09:23:11 managed-node4 platform-python[50456]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:network ansible_version=2.9.27 CentOS-8 2026-04-29T09:23:11-04:00 TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:38 Wednesday 29 April 2026 09:23:12 -0400 (0:00:00.936) 0:00:21.028 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node4 : ok=22 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 09:23:12 -0400 (0:00:00.042) 0:00:21.070 ******* =============================================================================== fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.68s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 fedora.linux_system_roles.network : Check which packages are installed --- 2.11s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Check which services are running ---- 2.07s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 1.85s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.71s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 1.04s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Record role begin fingerprint ------- 0.99s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.99s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:191 Check system journal contains role fingerprints ------------------------- 0.94s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:23 Gather the minimum subset of ansible_facts required by the network role test --- 0.89s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Check if system is ostree ----------------------------------------------- 0.74s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 See if /dev/log exists for the fingerprint check ------------------------ 0.71s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:6 fedora.linux_system_roles.network : Record role success fingerprint ----- 0.67s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:194 Run the role normally --------------------------------------------------- 0.45s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:33 Run the role ------------------------------------------------------------ 0.24s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/run_role_with_clear_facts.yml:23 Include the task 'el_repo_setup.yml' ------------------------------------ 0.23s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:16 fedora.linux_system_roles.network : Install packages -------------------- 0.20s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Show stderr messages for the network_connections --- 0.17s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:176 Fix CentOS6 Base repo --------------------------------------------------- 0.16s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Set flag to indicate system is ostree ----------------------------------- 0.16s /tmp/collections-a9V/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22