# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 15:47:12 +0000 (0:00:00.368) 0:00:00.368 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:47:20 +0000 (0:00:07.882) 0:00:08.251 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 05 August 2022 15:47:20 +0000 (0:00:00.834) 0:00:09.086 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 15:47:21 +0000 (0:00:00.800) 0:00:09.886 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:47:22 +0000 (0:00:00.617) 0:00:10.503 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:47:23 +0000 (0:00:00.768) 0:00:11.272 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 15:47:24 +0000 (0:00:00.953) 0:00:12.225 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003855", "end": "2022-08-05 15:47:28.037336", "rc": 0, "start": "2022-08-05 15:47:28.033481" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 15:47:28 +0000 (0:00:04.557) 0:00:16.783 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 15:47:29 +0000 (0:00:00.870) 0:00:17.653 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 15:47:29 +0000 (0:00:00.402) 0:00:18.055 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 15:47:35 +0000 (0:00:06.010) 0:00:24.066 ********* changed: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.095794", "end": "2022-08-05 15:47:37.358678", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2022-08-05 15:47:37.262884" } changed: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.007946", "end": "2022-08-05 15:47:38.632010", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2022-08-05 15:47:38.624064" } changed: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.011451", "end": "2022-08-05 15:47:41.158621", "item": "ip link set testnic1 up", "rc": 0, "start": "2022-08-05 15:47:41.147170" } TASK [Set up veth as managed by NetworkManager] ******************************** Friday 05 August 2022 15:47:41 +0000 (0:00:05.588) 0:00:29.655 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.087510", "end": "2022-08-05 15:47:43.554254", "rc": 0, "start": "2022-08-05 15:47:43.466744" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 15:47:43 +0000 (0:00:02.358) 0:00:32.014 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 15:47:44 +0000 (0:00:00.530) 0:00:32.545 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 15:47:45 +0000 (0:00:00.837) 0:00:33.382 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 15:47:45 +0000 (0:00:00.721) 0:00:34.103 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 15:47:46 +0000 (0:00:00.641) 0:00:34.745 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:47:47 +0000 (0:00:00.457) 0:00:35.203 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/assert_device_present.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:47:47 +0000 (0:00:00.575) 0:00:35.778 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** Friday 05 August 2022 15:47:48 +0000 (0:00:00.495) 0:00:36.274 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1659714457.346869, "block_size": 4096, "blocks": 0, "ctime": 1659714457.346869, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22037, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1659714457.346869, "nlink": 1, "path": "/sys/class/net/testnic1", "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 testnic1 is present] ******************************* Friday 05 August 2022 15:47:51 +0000 (0:00:03.516) 0:00:39.791 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 15:47:52 +0000 (0:00:00.601) 0:00:40.392 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 15:47:52 +0000 (0:00:00.564) 0:00:40.957 ********* 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 15:47:53 +0000 (0:00:00.510) 0:00:41.467 ********* 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 15:47:55 +0000 (0:00:02.032) 0:00:43.499 ********* 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 15:48:00 +0000 (0:00:04.722) 0:00:48.222 ********* 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 15:48:10 +0000 (0:00:09.965) 0:00:58.187 ********* 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 15:48:11 +0000 (0:00:01.294) 0:00:59.481 ********* 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 15:48:12 +0000 (0:00:00.997) 0:01:00.479 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 15:48:13 +0000 (0:00:01.163) 0:01:01.643 ********* 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 15:48:16 +0000 (0:00:02.951) 0:01:04.595 ********* 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 15:48:19 +0000 (0:00:02.922) 0:01:07.518 ********* 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 15:48:20 +0000 (0:00:01.073) 0:01:08.592 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 15:48:23 +0000 (0:00:02.937) 0:01:11.529 ********* 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 15:48:34 +0000 (0:00:10.771) 0:01:22.301 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 15:48:35 +0000 (0:00:01.833) 0:01:24.134 ********* 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 15:48:37 +0000 (0:00:01.820) 0:01:25.955 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 15:48:39 +0000 (0:00:01.626) 0:01:27.582 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 15:48:52 +0000 (0:00:12.724) 0:01:40.306 ********* 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 15:48:53 +0000 (0:00:01.475) 0:01:41.782 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 15:48:54 +0000 (0:00:01.360) 0:01:43.142 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 15:48:56 +0000 (0:00:01.491) 0:01:44.634 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 15:48:57 +0000 (0:00:01.044) 0:01:45.679 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** Friday 05 August 2022 15:49:08 +0000 (0:00:11.394) 0:01:57.073 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 15:49:10 +0000 (0:00:01.106) 0:01:58.180 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 15:49:11 +0000 (0:00:01.741) 0:01:59.921 ********* 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 15:49:12 +0000 (0:00:01.116) 0:02:01.038 ********* 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 15:49:15 +0000 (0:00:02.757) 0:02:03.796 ********* 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 15:49:19 +0000 (0:00:03.727) 0:02:07.524 ********* 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 15:49:23 +0000 (0:00:04.288) 0:02:11.812 ********* 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 15:49:25 +0000 (0:00:01.408) 0:02:13.221 ********* 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 15:49:26 +0000 (0:00:01.116) 0:02:14.337 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 15:49:27 +0000 (0:00:01.465) 0:02:15.803 ********* 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 15:49:30 +0000 (0:00:02.351) 0:02:18.154 ********* 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 15:49:30 +0000 (0:00:00.744) 0:02:18.899 ********* 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 15:49:31 +0000 (0:00:00.623) 0:02:19.522 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 15:49:32 +0000 (0:00:01.067) 0:02:20.590 ********* 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 15:49:35 +0000 (0:00:02.726) 0:02:23.317 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 15:49:36 +0000 (0:00:00.974) 0:02:24.291 ********* 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 15:49:37 +0000 (0:00:01.320) 0:02:25.612 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 15:49:38 +0000 (0:00:01.262) 0:02:26.875 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 15:49:41 +0000 (0:00:02.969) 0:02:29.844 ********* 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 15:49:42 +0000 (0:00:01.013) 0:02:30.858 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 15:49:44 +0000 (0:00:01.652) 0:02:32.510 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 15:49:45 +0000 (0:00:01.451) 0:02:33.962 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 15:49:47 +0000 (0:00:01.417) 0:02:35.380 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** Friday 05 August 2022 15:49:50 +0000 (0:00:03.472) 0:02:38.852 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 15:49:52 +0000 (0:00:01.386) 0:02:40.239 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 15:49:53 +0000 (0:00:01.481) 0:02:41.720 ********* 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 15:49:55 +0000 (0:00:02.097) 0:02:43.818 ********* 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 15:49:58 +0000 (0:00:02.409) 0:02:46.227 ********* 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 15:50:02 +0000 (0:00:04.118) 0:02:50.346 ********* 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 15:50:07 +0000 (0:00:04.953) 0:02:55.300 ********* 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 15:50:07 +0000 (0:00:00.143) 0:02:55.443 ********* 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 15:50:07 +0000 (0:00:00.137) 0:02:55.581 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 15:50:07 +0000 (0:00:00.126) 0:02:55.708 ********* 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 15:50:07 +0000 (0:00:00.246) 0:02:55.954 ********* 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 15:50:07 +0000 (0:00:00.100) 0:02:56.055 ********* 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 15:50:08 +0000 (0:00:00.107) 0:02:56.163 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 15:50:08 +0000 (0:00:00.135) 0:02:56.298 ********* 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 15:50:08 +0000 (0:00:00.678) 0:02:56.976 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 15:50:09 +0000 (0:00:00.284) 0:02:57.261 ********* 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 15:50:09 +0000 (0:00:00.212) 0:02:57.474 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 15:50:09 +0000 (0:00:00.105) 0:02:57.580 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 15:50:10 +0000 (0:00:00.648) 0:02:58.228 ********* 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 15:50:10 +0000 (0:00:00.191) 0:02:58.419 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 15:50:10 +0000 (0:00:00.165) 0:02:58.585 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 15:50:10 +0000 (0:00:00.217) 0:02:58.802 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 15:50:10 +0000 (0:00:00.089) 0:02:58.892 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** Friday 05 August 2022 15:50:11 +0000 (0:00:00.321) 0:02:59.213 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 15:50:11 +0000 (0:00:00.274) 0:02:59.488 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 15:50:11 +0000 (0:00:00.151) 0:02:59.640 ********* 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 15:50:11 +0000 (0:00:00.141) 0:02:59.781 ********* 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 15:50:12 +0000 (0:00:00.581) 0:03:00.363 ********* 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 15:50:14 +0000 (0:00:02.098) 0:03:02.461 ********* 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 15:50:15 +0000 (0:00:01.655) 0:03:04.117 ********* 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 15:50:16 +0000 (0:00:00.187) 0:03:04.305 ********* 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 15:50:16 +0000 (0:00:00.069) 0:03:04.374 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 15:50:16 +0000 (0:00:00.112) 0:03:04.486 ********* 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 15:50:16 +0000 (0:00:00.139) 0:03:04.626 ********* 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 15:50:16 +0000 (0:00:00.067) 0:03:04.693 ********* 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 15:50:16 +0000 (0:00:00.064) 0:03:04.758 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 15:50:16 +0000 (0:00:00.109) 0:03:04.868 ********* 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 15:50:17 +0000 (0:00:00.578) 0:03:05.447 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 15:50:17 +0000 (0:00:00.143) 0:03:05.590 ********* 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 15:50:17 +0000 (0:00:00.084) 0:03:05.675 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 15:50:17 +0000 (0:00:00.079) 0:03:05.754 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 15:50:18 +0000 (0:00:00.670) 0:03:06.425 ********* 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 15:50:18 +0000 (0:00:00.086) 0:03:06.511 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 15:50:18 +0000 (0:00:00.076) 0:03:06.588 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 76be3e3f-8626-4d3d-8e9a-a28840446202 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 15:50:18 +0000 (0:00:00.102) 0:03:06.690 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 15:50:18 +0000 (0:00:00.112) 0:03:06.802 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** Friday 05 August 2022 15:50:19 +0000 (0:00:00.366) 0:03:07.168 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 15:50:19 +0000 (0:00:00.079) 0:03:07.247 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 15:50:19 +0000 (0:00:00.115) 0:03:07.363 ********* 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 15:50:19 +0000 (0:00:00.120) 0:03:07.484 ********* 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 15:50:19 +0000 (0:00:00.480) 0:03:07.964 ********* 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 15:50:21 +0000 (0:00:01.887) 0:03:09.851 ********* 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 15:50:23 +0000 (0:00:01.602) 0:03:11.454 ********* 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 15:50:23 +0000 (0:00:00.086) 0:03:11.540 ********* 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 15:50:23 +0000 (0:00:00.061) 0:03:11.602 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 15:50:23 +0000 (0:00:00.060) 0:03:11.662 ********* 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 15:50:23 +0000 (0:00:00.124) 0:03:11.786 ********* 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 15:50:23 +0000 (0:00:00.061) 0:03:11.848 ********* 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 15:50:23 +0000 (0:00:00.059) 0:03:11.907 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 15:50:23 +0000 (0:00:00.082) 0:03:11.990 ********* 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 15:50:24 +0000 (0:00:00.545) 0:03:12.536 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 15:50:24 +0000 (0:00:00.100) 0:03:12.637 ********* 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 15:50:24 +0000 (0:00:00.070) 0:03:12.708 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 15:50:24 +0000 (0:00:00.183) 0:03:12.891 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 15:50:25 +0000 (0:00:00.591) 0:03:13.482 ********* 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 15:50:25 +0000 (0:00:00.059) 0:03:13.542 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 15:50:25 +0000 (0:00:00.088) 0:03:13.630 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 15:50:25 +0000 (0:00:00.074) 0:03:13.704 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 15:50:25 +0000 (0:00:00.059) 0:03:13.764 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:50:25 +0000 (0:00:00.306) 0:03:14.071 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 05 August 2022 15:50:26 +0000 (0:00:00.102) 0:03:14.174 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 15:50:26 +0000 (0:00:00.065) 0:03:14.239 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:50:26 +0000 (0:00:00.063) 0:03:14.303 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:50:26 +0000 (0:00:00.085) 0:03:14.389 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 15:50:26 +0000 (0:00:00.119) 0:03:14.508 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003786", "end": "2022-08-05 15:50:26.578102", "rc": 0, "start": "2022-08-05 15:50:26.574316" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 15:50:26 +0000 (0:00:00.270) 0:03:14.778 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 15:50:26 +0000 (0:00:00.071) 0:03:14.850 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 15:50:26 +0000 (0:00:00.085) 0:03:14.935 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 15:50:28 +0000 (0:00:01.755) 0:03:16.691 ********* skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** Friday 05 August 2022 15:50:28 +0000 (0:00:00.082) 0:03:16.773 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 15:50:28 +0000 (0:00:00.060) 0:03:16.833 ********* changed: [sut] => { "changed": true, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.013671", "end": "2022-08-05 15:50:28.921005", "rc": 0, "start": "2022-08-05 15:50:28.907334" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 15:50:28 +0000 (0:00:00.299) 0:03:17.133 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 15:50:29 +0000 (0:00:00.074) 0:03:17.207 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 15:50:29 +0000 (0:00:00.068) 0:03:17.276 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 15:50:29 +0000 (0:00:00.057) 0:03:17.334 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=76 changed=6 unreachable=0 failed=0 skipped=70 rescued=0 ignored=0 Friday 05 August 2022 15:50:29 +0000 (0:00:00.128) 0:03:17.462 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles -- 17.01s linux-system-roles.network : Re-test connectivity ---------------------- 15.55s linux-system-roles.network : Enable and start NetworkManager ----------- 14.76s linux-system-roles.network : Check which packages are installed --------- 9.97s Gathering Facts --------------------------------------------------------- 7.88s Install iproute --------------------------------------------------------- 6.03s linux-system-roles.network : Install packages --------------------------- 5.69s Create veth interface testnic1 ------------------------------------------ 5.57s linux-system-roles.network : Check which packages are installed --------- 4.95s linux-system-roles.network : Check which services are running ----------- 4.72s Gather current interface info ------------------------------------------- 4.56s linux-system-roles.network : Check which packages are installed --------- 4.29s linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces --- 4.25s linux-system-roles.network : Check which services are running ----------- 4.12s linux-system-roles.network : Ensure ansible_facts used by role ---------- 3.87s linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 3.84s linux-system-roles.network : Check which services are running ----------- 3.73s Get stat for interface testnic1 ----------------------------------------- 3.52s linux-system-roles.network : Enable network service --------------------- 3.44s linux-system-roles.network : Show debug messages for the network_connections --- 3.26s ---^---^---^---^---^--- # 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. ---^---^---^---^---^---