# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_dummy.yml' with nm as provider] ************ TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 16:27:29 +0000 (0:00:00.726) 0:00:00.726 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:27:44 +0000 (0:00:14.737) 0:00:15.463 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Friday 05 August 2022 16:27:45 +0000 (0:00:00.936) 0:00:16.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:27:46 +0000 (0:00:00.709) 0:00:17.109 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 16:27:47 +0000 (0:00:01.267) 0:00:18.377 ********* changed: [sut] => { "changed": true, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:02.463241", "end": "2022-08-05 16:27:58.631578", "rc": 0, "start": "2022-08-05 16:27:56.168337" } STDOUT: Last metadata expiration check: 0:02:10 ago on Fri Aug 5 16:25:47 2022. epel-release-latest-8.noarch.rpm 723 kB/s | 24 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 8-16.el8 @commandline 24 k Transaction Summary ================================================================================ Install 1 Package Total size: 24 k Installed size: 34 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-8-16.el8.noarch 1/1 Running scriptlet: epel-release-8-16.el8.noarch 1/1 Many EPEL packages require the CodeReady Builder (CRB) repository. It is recommended that you run /usr/bin/crb enable to enable the CRB repository. Verifying : epel-release-8-16.el8.noarch 1/1 Installed: epel-release-8-16.el8.noarch Complete! TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 16:27:59 +0000 (0:00:11.879) 0:00:30.257 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 16:28:00 +0000 (0:00:00.964) 0:00:31.222 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.582182", "end": "2022-08-05 16:28:02.114684", "rc": 0, "start": "2022-08-05 16:28:01.532502" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 16:28:02 +0000 (0:00:02.573) 0:00:33.795 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 05 August 2022 16:28:03 +0000 (0:00:01.245) 0:00:35.041 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 16:28:06 +0000 (0:00:02.929) 0:00:37.970 ********* ok: [sut] TASK [Show playbook name] ****************************************************** Friday 05 August 2022 16:28:10 +0000 (0:00:03.271) 0:00:41.241 ********* ok: [sut] => {} MSG: this is: playbooks/tests_dummy.yml TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:28:11 +0000 (0:00:01.036) 0:00:42.278 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: Create a dummy interface] ****************************************** Friday 05 August 2022 16:28:13 +0000 (0:00:01.811) 0:00:44.089 ********* ok: [sut] => {} MSG: ########## Create a dummy interface ########## TASK [Show item] *************************************************************** Friday 05 August 2022 16:28:15 +0000 (0:00:02.714) 0:00:46.804 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "Create a dummy interface" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_dummy_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml", "tasks/assert_device_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:28:24 +0000 (0:00:09.029) 0:00:55.834 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:28:25 +0000 (0:00:00.617) 0:00:56.451 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 16:28:26 +0000 (0:00:00.804) 0:00:57.256 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.005024", "end": "2022-08-05 16:28:27.830137", "rc": 0, "start": "2022-08-05 16:28:27.825113" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 16:28:28 +0000 (0:00:02.065) 0:00:59.322 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 16:28:29 +0000 (0:00:01.258) 0:01:00.580 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [setup] ******************************************************************* Friday 05 August 2022 16:28:30 +0000 (0:00:01.214) 0:01:01.794 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [remove test interface if necessary] ************************************** Friday 05 August 2022 16:28:32 +0000 (0:00:01.393) 0:01:03.188 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "dummy0" ], "delta": "0:00:00.011032", "end": "2022-08-05 16:28:33.166053", "rc": 1, "start": "2022-08-05 16:28:33.155021" } STDERR: Cannot find device "dummy0" MSG: non-zero return code ...ignoring TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:28:33 +0000 (0:00:01.737) 0:01:04.925 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy0] ******************************************* Friday 05 August 2022 16:28:35 +0000 (0:00:01.330) 0:01:06.255 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy0 is absent] ********************************** Friday 05 August 2022 16:28:39 +0000 (0:00:04.534) 0:01:10.790 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [test] ******************************************************************** Friday 05 August 2022 16:28:40 +0000 (0:00:00.550) 0:01:11.340 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/create_dummy_profile.yml for sut => (item=tasks/create_dummy_profile.yml) TASK [Include network role] **************************************************** Friday 05 August 2022 16:28:41 +0000 (0:00:01.143) 0:01:12.484 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 16:28:43 +0000 (0:00:02.128) 0:01:14.612 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** Friday 05 August 2022 16:28:45 +0000 (0:00:01.709) 0:01:16.322 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** Friday 05 August 2022 16:28:48 +0000 (0:00:02.971) 0:01:19.294 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* Friday 05 August 2022 16:28:55 +0000 (0:00:07.335) 0:01:26.629 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* Friday 05 August 2022 16:29:10 +0000 (0:00:14.703) 0:01:41.333 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 16:29:11 +0000 (0:00:00.816) 0:01:42.149 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 16:29:12 +0000 (0:00:01.143) 0:01:43.293 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 16:29:14 +0000 (0:00:02.406) 0:01:45.700 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 16:29:16 +0000 (0:00:01.947) 0:01:47.647 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 16:29:18 +0000 (0:00:01.602) 0:01:49.249 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 16:29:19 +0000 (0:00:01.543) 0:01:50.793 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 16:29:22 +0000 (0:00:02.316) 0:01:53.109 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ Friday 05 August 2022 16:29:33 +0000 (0:00:10.975) 0:02:04.102 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 16:29:35 +0000 (0:00:02.153) 0:02:06.256 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Friday 05 August 2022 16:29:36 +0000 (0:00:01.598) 0:02:07.854 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 16:29:38 +0000 (0:00:01.260) 0:02:09.115 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.42/30" ] }, "name": "dummy0", "state": "up", "type": "dummy" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'dummy0': add connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3 [004] #0, state:up persistent_state:present, 'dummy0': up connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3 (is-modified) TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 16:29:53 +0000 (0:00:15.307) 0:02:24.423 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 16:29:55 +0000 (0:00:02.441) 0:02:26.864 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'dummy0': add connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3", "[004] #0, state:up persistent_state:present, 'dummy0': up connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3 (is-modified)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 16:30:00 +0000 (0:00:05.197) 0:02:32.062 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.42/30" ] }, "name": "dummy0", "state": "up", "type": "dummy" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'dummy0': add connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3\n[004] #0, state:up persistent_state:present, 'dummy0': up connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3 (is-modified)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'dummy0': add connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3", "[004] #0, state:up persistent_state:present, 'dummy0': up connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3 (is-modified)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 16:30:02 +0000 (0:00:01.898) 0:02:33.960 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 16:30:03 +0000 (0:00:00.708) 0:02:34.669 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* Friday 05 August 2022 16:30:07 +0000 (0:00:04.058) 0:02:38.727 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.42/30" ] }, "name": "dummy0", "state": "up", "type": "dummy" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'dummy0': add connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3\n[004] #0, state:up persistent_state:present, 'dummy0': up connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3 (is-modified)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'dummy0': add connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3", "[004] #0, state:up persistent_state:present, 'dummy0': up connection dummy0, 2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3 (is-modified)" ] } } TASK [asserts] ***************************************************************** Friday 05 August 2022 16:30:07 +0000 (0:00:00.252) 0:02:38.979 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:30:08 +0000 (0:00:00.154) 0:02:39.134 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ Friday 05 August 2022 16:30:08 +0000 (0:00:00.329) 0:02:39.463 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false }, "changed": false } TASK [stat profile file] ******************************************************* Friday 05 August 2022 16:30:08 +0000 (0:00:00.167) 0:02:39.631 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** Friday 05 August 2022 16:30:09 +0000 (0:00:00.482) 0:02:40.113 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** Friday 05 August 2022 16:30:09 +0000 (0:00:00.246) 0:02:40.359 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep dummy0 | grep /etc", "delta": "0:00:00.084676", "end": "2022-08-05 16:30:09.669548", "rc": 0, "start": "2022-08-05 16:30:09.584872" } STDOUT: dummy0 /etc/NetworkManager/system-connections/dummy0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** Friday 05 August 2022 16:30:09 +0000 (0:00:00.463) 0:02:40.823 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-dummy0] ************************* Friday 05 August 2022 16:30:09 +0000 (0:00:00.172) 0:02:40.995 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-dummy0] ********************** Friday 05 August 2022 16:30:10 +0000 (0:00:00.137) 0:02:41.133 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert that profile 'dummy0' is present] ********************************* Friday 05 August 2022 16:30:10 +0000 (0:00:00.084) 0:02:41.217 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [assert that ansible managed comment in 'dummy0' is present] ************** Friday 05 August 2022 16:30:10 +0000 (0:00:00.228) 0:02:41.446 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:30:10 +0000 (0:00:00.194) 0:02:41.641 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy0] ******************************************* Friday 05 August 2022 16:30:10 +0000 (0:00:00.228) 0:02:41.870 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1659716992.2285128, "block_size": 4096, "blocks": 0, "ctime": 1659716992.2285128, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21739, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy0", "lnk_target": "../../devices/virtual/net/dummy0", "mode": "0777", "mtime": 1659716992.2285128, "nlink": 1, "path": "/sys/class/net/dummy0", "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 interface dummy0 is present] ********************************* Friday 05 August 2022 16:30:11 +0000 (0:00:00.564) 0:02:42.434 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [conditional asserts] ***************************************************** Friday 05 August 2022 16:30:11 +0000 (0:00:00.132) 0:02:42.566 ********* TASK [Success in test 'Create a dummy interface'] ****************************** Friday 05 August 2022 16:30:11 +0000 (0:00:00.087) 0:02:42.654 ********* ok: [sut] => {} MSG: +++++ Success in test 'Create a dummy interface' +++++ TASK [cleanup] ***************************************************************** Friday 05 August 2022 16:30:11 +0000 (0:00:00.178) 0:02:42.833 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** Friday 05 August 2022 16:30:11 +0000 (0:00:00.188) 0:02:43.022 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete dummy0\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-dummy0\nrm -f /etc/sysconfig/network-scripts/ifcfg-dummy0\nip link del dummy0\n", "delta": "0:00:00.101711", "end": "2022-08-05 16:30:12.434241", "rc": 1, "start": "2022-08-05 16:30:12.332530" } STDOUT: Connection 'dummy0' (2a6827fd-0e7f-43b6-a8aa-20b4aa7d60e3) successfully deleted. STDERR: Cannot find device "dummy0" MSG: non-zero return code ...ignoring PLAY RECAP ********************************************************************* sut : ok=49 changed=3 unreachable=0 failed=0 skipped=18 rescued=0 ignored=2 Friday 05 August 2022 16:30:12 +0000 (0:00:00.677) 0:02:43.699 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles -- 15.31s Gathering Facts -------------------------------------------------------- 14.74s linux-system-roles.network : Check which packages are installed -------- 14.70s Create EPEL 8 ---------------------------------------------------------- 11.88s linux-system-roles.network : Enable and start NetworkManager ----------- 10.99s Show item --------------------------------------------------------------- 9.03s linux-system-roles.network : Check which services are running ----------- 7.34s linux-system-roles.network : Show stderr messages for the network_connections --- 5.20s Get stat for interface dummy0 ------------------------------------------- 4.53s linux-system-roles.network : Re-test connectivity ----------------------- 4.06s Gathering Facts --------------------------------------------------------- 3.27s linux-system-roles.network : Ensure ansible_facts used by role are present --- 2.97s Set network provider to 'nm' -------------------------------------------- 2.93s TEST: Create a dummy interface ------------------------------------------ 2.71s Enable EPEL 8 ----------------------------------------------------------- 2.57s linux-system-roles.network : Configure networking state ----------------- 2.44s linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 2.43s linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces --- 2.32s linux-system-roles.network : Enable and start wpa_supplicant ------------ 2.15s Include network role ---------------------------------------------------- 2.13s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---