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_switch_provider.yml ******************************************** 2 plays in /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml PLAY [Run playbook 'playbooks/tests_switch_provider.yml'] ********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml:3 Wednesday 12 March 2025 14:59:56 -0400 (0:00:00.034) 0:00:00.034 ******* ok: [managed-node4] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml:6 Wednesday 12 March 2025 14:59:58 -0400 (0:00:01.645) 0:00:01.680 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 12 March 2025 14:59:58 -0400 (0:00:00.195) 0:00:01.876 ******* ok: [managed-node4] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 12 March 2025 14:59:59 -0400 (0:00:01.089) 0:00:02.965 ******* ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 12 March 2025 15:00:00 -0400 (0:00:01.045) 0:00:04.011 ******* ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 12 March 2025 15:00:00 -0400 (0:00:00.173) 0:00:04.184 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 12 March 2025 15:00:00 -0400 (0:00:00.096) 0:00:04.280 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node4 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 12 March 2025 15:00:01 -0400 (0:00:00.183) 0:00:04.464 ******* ok: [managed-node4] => { "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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 12 March 2025 15:00:02 -0400 (0:00:01.424) 0:00:05.889 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 12 March 2025 15:00:02 -0400 (0:00:00.063) 0:00:05.952 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 12 March 2025 15:00:02 -0400 (0:00:00.029) 0:00:05.982 ******* [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-node4] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.242353", "end": "2025-03-12 15:00:03.325179", "rc": 0, "start": "2025-03-12 15:00:03.082826" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 12 March 2025 15:00:03 -0400 (0:00:00.965) 0:00:06.948 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Switch initscripts provider to nm] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:5 Wednesday 12 March 2025 15:00:03 -0400 (0:00:00.134) 0:00:07.082 ******* ok: [managed-node4] META: ran handlers TASK [Set fact to use initscripts network_provider] **************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:8 Wednesday 12 March 2025 15:00:04 -0400 (0:00:01.293) 0:00:08.376 ******* ok: [managed-node4] => { "ansible_facts": { "interface": "LST-TST-br34", "network_provider": "initscripts" }, "changed": false } TASK [Through the initscripts provider, create test bridge LST-TST-br34] ******* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:14 Wednesday 12 March 2025 15:00:05 -0400 (0:00:00.127) 0:00:08.504 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 15:00:05 -0400 (0:00:00.530) 0:00:09.034 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 15:00:05 -0400 (0:00:00.166) 0:00:09.201 ******* 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 : Check if system is ostree] *********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 15:00:05 -0400 (0:00:00.104) 0:00:09.306 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 15:00:05 -0400 (0:00:00.150) 0:00:09.457 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 15:00:06 -0400 (0:00:00.123) 0:00:09.581 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 15:00:08 -0400 (0:00:02.455) 0:00:12.036 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 15:00:10 -0400 (0:00:02.340) 0:00:14.377 ******* ok: [managed-node4] => {} MSG: Using network provider: initscripts 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 15:00:11 -0400 (0:00:00.108) 0:00:14.485 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 15:00:11 -0400 (0:00:00.162) 0:00:14.647 ******* 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] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 15:00:11 -0400 (0:00:00.166) 0:00:14.814 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 15:00:11 -0400 (0:00:00.110) 0:00:14.925 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 15:00:11 -0400 (0:00:00.183) 0:00:15.108 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 15:00:11 -0400 (0:00:00.172) 0:00:15.281 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 15:00:12 -0400 (0:00:00.374) 0:00:15.655 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 15:00:12 -0400 (0:00:00.348) 0:00:16.003 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 15:00:12 -0400 (0:00:00.134) 0:00:16.138 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 15:00:12 -0400 (0:00:00.181) 0:00:16.320 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 15:00:13 -0400 (0:00:00.189) 0:00:16.509 ******* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 15:00:13 -0400 (0:00:00.160) 0:00:16.669 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 15:00:13 -0400 (0:00:00.157) 0:00:16.826 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 15:00:14 -0400 (0:00:01.574) 0:00:18.401 ******* ok: [managed-node4] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-50841lsi8y_v9/tmpuh670orr" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 15:00:15 -0400 (0:00:00.747) 0:00:19.148 ******* changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34' [004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active) [005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 15:00:17 -0400 (0:00:01.477) 0:00:20.626 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 15:00:17 -0400 (0:00:00.094) 0:00:20.721 ******* ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)", "[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 15:00:17 -0400 (0:00:00.127) 0:00:20.849 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'\n[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)\n[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add ifcfg-rh profile 'LST-TST-br34'", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34 (not-active)", "[005] #0, state:up persistent_state:present, 'LST-TST-br34': call 'ifup LST-TST-br34': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 15:00:17 -0400 (0:00:00.134) 0:00:20.983 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 15:00:17 -0400 (0:00:00.175) 0:00:21.158 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:25 Wednesday 12 March 2025 15:00:18 -0400 (0:00:01.190) 0:00:22.349 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 15:00:19 -0400 (0:00:00.231) 0:00:22.581 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface LST-TST-br34] ************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:00:19 -0400 (0:00:00.428) 0:00:23.009 ******* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1741806016.9652202, "block_size": 4096, "blocks": 0, "ctime": 1741806016.9652202, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29495, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1741806016.9652202, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'LST-TST-br34'] ******************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 15:00:20 -0400 (0:00:00.834) 0:00:23.844 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'remove+down_profile.yml'] ****************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:27 Wednesday 12 March 2025 15:00:20 -0400 (0:00:00.095) 0:00:23.940 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node4 TASK [Include network role] **************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Wednesday 12 March 2025 15:00:20 -0400 (0:00:00.284) 0:00:24.224 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 15:00:20 -0400 (0:00:00.178) 0:00:24.403 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 15:00:21 -0400 (0:00:00.136) 0:00:24.539 ******* 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 : Check if system is ostree] *********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 15:00:21 -0400 (0:00:00.114) 0:00:24.654 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 15:00:21 -0400 (0:00:00.156) 0:00:24.811 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 15:00:21 -0400 (0:00:00.120) 0:00:24.931 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 15:00:23 -0400 (0:00:02.178) 0:00:27.109 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 15:00:25 -0400 (0:00:02.302) 0:00:29.412 ******* ok: [managed-node4] => {} MSG: Using network provider: initscripts 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 15:00:26 -0400 (0:00:00.182) 0:00:29.594 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 15:00:26 -0400 (0:00:00.153) 0:00:29.747 ******* 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] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 15:00:26 -0400 (0:00:00.173) 0:00:29.921 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 15:00:26 -0400 (0:00:00.171) 0:00:30.092 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 15:00:26 -0400 (0:00:00.250) 0:00:30.343 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 15:00:27 -0400 (0:00:00.182) 0:00:30.525 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 15:00:27 -0400 (0:00:00.166) 0:00:30.691 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 15:00:27 -0400 (0:00:00.511) 0:00:31.203 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 15:00:28 -0400 (0:00:00.276) 0:00:31.480 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 15:00:28 -0400 (0:00:00.245) 0:00:31.725 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 15:00:28 -0400 (0:00:00.294) 0:00:32.020 ******* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 15:00:28 -0400 (0:00:00.125) 0:00:32.145 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 15:00:28 -0400 (0:00:00.147) 0:00:32.293 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 15:00:30 -0400 (0:00:01.214) 0:00:33.507 ******* ok: [managed-node4] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-50841lsi8y_v9/tmpjfxxm4xs" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 15:00:30 -0400 (0:00:00.687) 0:00:34.194 ******* changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active [004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 15:00:31 -0400 (0:00:00.984) 0:00:35.178 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 15:00:31 -0400 (0:00:00.096) 0:00:35.275 ******* ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active", "[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 15:00:31 -0400 (0:00:00.077) 0:00:35.353 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active\n[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'LST-TST-br34': down connection LST-TST-br34 skipped because not active", "[004] #0, state:down persistent_state:absent, 'LST-TST-br34': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LST-TST-br34'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 15:00:31 -0400 (0:00:00.085) 0:00:35.439 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 15:00:32 -0400 (0:00:00.080) 0:00:35.519 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:32 Wednesday 12 March 2025 15:00:32 -0400 (0:00:00.692) 0:00:36.211 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 15:00:33 -0400 (0:00:00.265) 0:00:36.476 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface LST-TST-br34] ************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:00:33 -0400 (0:00:00.151) 0:00:36.628 ******* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1741806016.9652202, "block_size": 4096, "blocks": 0, "ctime": 1741806016.9652202, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29495, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1741806016.9652202, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'LST-TST-br34'] ******************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 15:00:34 -0400 (0:00:01.035) 0:00:37.664 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Set fact to use nm network_provider] ************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:34 Wednesday 12 March 2025 15:00:34 -0400 (0:00:00.183) 0:00:37.848 ******* ok: [managed-node4] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Through the nm provider, create test bridge LST-TST-br34] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:39 Wednesday 12 March 2025 15:00:34 -0400 (0:00:00.152) 0:00:38.000 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 15:00:34 -0400 (0:00:00.325) 0:00:38.325 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 15:00:35 -0400 (0:00:00.284) 0:00:38.610 ******* 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 : Check if system is ostree] *********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 15:00:35 -0400 (0:00:00.185) 0:00:38.796 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 15:00:35 -0400 (0:00:00.219) 0:00:39.016 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 15:00:35 -0400 (0:00:00.218) 0:00:39.234 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 15:00:37 -0400 (0:00:02.205) 0:00:41.439 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 15:00:39 -0400 (0:00:01.787) 0:00:43.227 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 15:00:39 -0400 (0:00:00.109) 0:00:43.337 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.139) 0:00:43.476 ******* 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] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.125) 0:00:43.602 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.066) 0:00:43.669 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.107) 0:00:43.777 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.063) 0:00:43.840 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.091) 0:00:43.932 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.170) 0:00:44.102 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.063) 0:00:44.166 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.091) 0:00:44.258 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 15:00:40 -0400 (0:00:00.183) 0:00:44.441 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 15:00:42 -0400 (0:00:01.364) 0:00:45.806 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 15:00:42 -0400 (0:00:00.076) 0:00:45.883 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 15:00:42 -0400 (0:00:00.078) 0:00:45.961 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 15:00:42 -0400 (0:00:00.099) 0:00:46.060 ******* changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, 550b3b8b-3d98-4917-9b8b-7071a55e11ce [004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, 550b3b8b-3d98-4917-9b8b-7071a55e11ce (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 15:00:43 -0400 (0:00:00.862) 0:00:46.923 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 15:00:43 -0400 (0:00:00.091) 0:00:47.014 ******* ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, 550b3b8b-3d98-4917-9b8b-7071a55e11ce", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, 550b3b8b-3d98-4917-9b8b-7071a55e11ce (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 15:00:43 -0400 (0:00:00.099) 0:00:47.114 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "LST-TST-br34", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, 550b3b8b-3d98-4917-9b8b-7071a55e11ce\n[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, 550b3b8b-3d98-4917-9b8b-7071a55e11ce (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LST-TST-br34': add connection LST-TST-br34, 550b3b8b-3d98-4917-9b8b-7071a55e11ce", "[004] #0, state:up persistent_state:present, 'LST-TST-br34': up connection LST-TST-br34, 550b3b8b-3d98-4917-9b8b-7071a55e11ce (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 15:00:43 -0400 (0:00:00.104) 0:00:47.219 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 15:00:43 -0400 (0:00:00.076) 0:00:47.295 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:50 Wednesday 12 March 2025 15:00:44 -0400 (0:00:00.649) 0:00:47.944 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 15:00:44 -0400 (0:00:00.185) 0:00:48.129 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface LST-TST-br34] ************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:00:44 -0400 (0:00:00.220) 0:00:48.350 ******* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1741806016.9652202, "block_size": 4096, "blocks": 0, "ctime": 1741806016.9652202, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29495, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1741806016.9652202, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'LST-TST-br34'] ******************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 15:00:45 -0400 (0:00:00.870) 0:00:49.221 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'remove+down_profile.yml'] ****************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:52 Wednesday 12 March 2025 15:00:45 -0400 (0:00:00.195) 0:00:49.417 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node4 TASK [Include network role] **************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Wednesday 12 March 2025 15:00:46 -0400 (0:00:00.346) 0:00:49.764 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 15:00:46 -0400 (0:00:00.305) 0:00:50.069 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 15:00:46 -0400 (0:00:00.335) 0:00:50.405 ******* 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 : Check if system is ostree] *********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 15:00:47 -0400 (0:00:00.107) 0:00:50.513 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 15:00:47 -0400 (0:00:00.099) 0:00:50.612 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 15:00:47 -0400 (0:00:00.132) 0:00:50.745 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 15:00:49 -0400 (0:00:01.931) 0:00:52.676 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 15:00:51 -0400 (0:00:01.956) 0:00:54.633 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 15:00:51 -0400 (0:00:00.238) 0:00:54.871 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 15:00:51 -0400 (0:00:00.108) 0:00:54.979 ******* 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] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 15:00:51 -0400 (0:00:00.158) 0:00:55.138 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 15:00:51 -0400 (0:00:00.215) 0:00:55.354 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 15:00:52 -0400 (0:00:00.149) 0:00:55.503 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 15:00:52 -0400 (0:00:00.162) 0:00:55.666 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 15:00:52 -0400 (0:00:00.079) 0:00:55.745 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 15:00:52 -0400 (0:00:00.250) 0:00:55.995 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 15:00:52 -0400 (0:00:00.215) 0:00:56.211 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 15:00:52 -0400 (0:00:00.171) 0:00:56.382 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 15:00:53 -0400 (0:00:00.221) 0:00:56.604 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 15:00:54 -0400 (0:00:00.924) 0:00:57.528 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 15:00:54 -0400 (0:00:00.168) 0:00:57.697 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 15:00:54 -0400 (0:00:00.102) 0:00:57.800 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 15:00:54 -0400 (0:00:00.076) 0:00:57.876 ******* changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 15:00:55 -0400 (0:00:01.198) 0:00:59.074 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 15:00:55 -0400 (0:00:00.138) 0:00:59.213 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 15:00:55 -0400 (0:00:00.157) 0:00:59.371 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LST-TST-br34", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 15:00:56 -0400 (0:00:00.160) 0:00:59.532 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 15:00:56 -0400 (0:00:00.104) 0:00:59.637 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:57 Wednesday 12 March 2025 15:00:56 -0400 (0:00:00.823) 0:01:00.460 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 15:00:57 -0400 (0:00:00.188) 0:01:00.649 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface LST-TST-br34] ************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:00:57 -0400 (0:00:00.420) 0:01:01.070 ******* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1741806016.9652202, "block_size": 4096, "blocks": 0, "ctime": 1741806016.9652202, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29495, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LST-TST-br34", "lnk_target": "../../devices/virtual/net/LST-TST-br34", "mode": "0777", "mtime": 1741806016.9652202, "nlink": 1, "path": "/sys/class/net/LST-TST-br34", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'LST-TST-br34'] ******************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 15:00:58 -0400 (0:00:00.616) 0:01:01.687 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'delete_interface.yml'] ********************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:59 Wednesday 12 March 2025 15:00:58 -0400 (0:00:00.095) 0:01:01.783 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node4 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Wednesday 12 March 2025 15:00:58 -0400 (0:00:00.142) 0:01:01.925 ******* ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "LST-TST-br34" ], "delta": "0:00:00.015869", "end": "2025-03-12 15:00:59.174704", "rc": 0, "start": "2025-03-12 15:00:59.158835" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:61 Wednesday 12 March 2025 15:00:59 -0400 (0:00:00.957) 0:01:02.883 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Wednesday 12 March 2025 15:00:59 -0400 (0:00:00.284) 0:01:03.168 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface LST-TST-br34] ************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:00:59 -0400 (0:00:00.206) 0:01:03.375 ******* ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'LST-TST-br34'] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Wednesday 12 March 2025 15:01:00 -0400 (0:00:00.949) 0:01:04.325 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:63 Wednesday 12 March 2025 15:01:01 -0400 (0:00:00.177) 0:01:04.503 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node4 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Wednesday 12 March 2025 15:01:01 -0400 (0:00:00.426) 0:01:04.930 ******* ok: [managed-node4] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.009465", "end": "2025-03-12 15:01:02.206187", "rc": 0, "start": "2025-03-12 15:01:02.196722" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:fc:56:0b:5f brd ff:ff:ff:ff:ff:ff inet 10.31.13.138/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2563sec preferred_lft 2563sec inet6 fe80::8ff:fcff:fe56:b5f/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:c3:52:41:49 brd ff:ff:ff:ff:ff:ff inet 10.31.12.144/22 brd 10.31.15.255 scope global dynamic noprefixroute eth1 valid_lft 2563sec preferred_lft 2563sec inet6 fe80::8ff:c3ff:fe52:4149/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.138 metric 100 default via 10.31.12.1 dev eth1 proto dhcp src 10.31.12.144 metric 101 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.138 metric 100 10.31.12.0/22 dev eth1 proto kernel scope link src 10.31.12.144 metric 101 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev eth1 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Wednesday 12 March 2025 15:01:02 -0400 (0:00:01.093) 0:01:06.023 ******* ok: [managed-node4] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.230799", "end": "2025-03-12 15:01:03.603307", "rc": 0, "start": "2025-03-12 15:01:03.372508" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 5648 0 --:--:-- --:--:-- --:--:-- 5648 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1901 0 --:--:-- --:--:-- --:--:-- 1914 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node4 : ok=76 changed=4 unreachable=0 failed=0 skipped=74 rescued=0 ignored=0 Wednesday 12 March 2025 15:01:03 -0400 (0:00:01.147) 0:01:07.171 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.46s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 2.34s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 2.30s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 2.21s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.18s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.96s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.93s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.79s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 1.65s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_switch_provider.yml:3 Create EPEL 8 ----------------------------------------------------------- 1.42s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.36s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 1.29s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_switch_provider.yml:5 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.20s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Verify DNS and network connectivity ------------------------------------- 1.15s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Check routes and DNS ---------------------------------------------------- 1.09s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Gather the minimum subset of ansible_facts required by the network role test --- 1.09s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Check if system is ostree ----------------------------------------------- 1.05s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Get stat for interface LST-TST-br34 ------------------------------------- 1.04s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Enable EPEL 8 ----------------------------------------------------------- 0.97s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Remove test interface if necessary -------------------------------------- 0.96s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3