# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_eth_pci_address_match.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 16:36:53 +0000 (0:00:00.610) 0:00:00.610 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:37:09 +0000 (0:00:16.227) 0:00:16.838 ********* 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:37:10 +0000 (0:00:01.353) 0:00:18.191 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 16:37:11 +0000 (0:00:00.965) 0:00:19.157 ********* 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:37:12 +0000 (0:00:00.934) 0:00:20.092 ********* changed: [sut] => { "changed": true, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:02.839478", "end": "2022-08-05 16:37:22.683521", "rc": 0, "start": "2022-08-05 16:37:19.844043" } STDOUT: Last metadata expiration check: 0:01:31 ago on Fri Aug 5 16:35:49 2022. epel-release-latest-8.noarch.rpm 805 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:37:23 +0000 (0:00:10.309) 0:00:30.401 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 16:37:24 +0000 (0:00:01.259) 0:00:31.660 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.917826", "end": "2022-08-05 16:37:27.442825", "rc": 0, "start": "2022-08-05 16:37:26.524999" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 16:37:27 +0000 (0:00:03.515) 0:00:35.176 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 05 August 2022 16:37:28 +0000 (0:00:01.046) 0:00:36.222 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** Friday 05 August 2022 16:37:30 +0000 (0:00:01.395) 0:00:37.618 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** Friday 05 August 2022 16:37:41 +0000 (0:00:10.937) 0:00:48.556 ********* changed: [sut] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.015014", "end": "2022-08-05 16:37:42.866952", "rc": 0, "start": "2022-08-05 16:37:42.851938" } STDOUT: 1.39.10 PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 16:37:44 +0000 (0:00:03.185) 0:00:51.742 ********* ok: [sut] TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 16:37:48 +0000 (0:00:04.233) 0:00:55.975 ********* 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:37:50 +0000 (0:00:02.199) 0:00:58.175 ********* 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:37:54 +0000 (0:00:03.763) 0:01:01.939 ********* 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:38:03 +0000 (0:00:08.528) 0:01:10.468 ********* 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:38:19 +0000 (0:00:16.133) 0:01:26.601 ********* 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:38:22 +0000 (0:00:02.926) 0:01:29.528 ********* 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:38:23 +0000 (0:00:01.675) 0:01:31.204 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 16:38:25 +0000 (0:00:01.563) 0:01:32.767 ********* 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:38:28 +0000 (0:00:02.709) 0:01:35.477 ********* 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:38:30 +0000 (0:00:02.329) 0:01:37.807 ********* 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:38:32 +0000 (0:00:01.945) 0:01:39.752 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 16:38:34 +0000 (0:00:02.325) 0:01:42.077 ********* 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:38:44 +0000 (0:00:10.296) 0:01:52.374 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 16:38:46 +0000 (0:00:01.778) 0:01:54.153 ********* 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:38:48 +0000 (0:00:01.537) 0:01:55.690 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 16:38:49 +0000 (0:00:01.293) 0:01:56.984 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.3/24" ], "dhcp4": false }, "match": { "path": [ "pci-0001:00:00.0" ] }, "name": "pseudo-pci-test-only", "persistent_state": "present", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'pseudo-pci-test-only': add connection pseudo-pci-test-only, b3ce6f0b-0e0b-4a30-b6c0-d78ad168869b TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 16:38:56 +0000 (0:00:06.699) 0:02:03.684 ********* 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:38:57 +0000 (0:00:00.922) 0:02:04.606 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'pseudo-pci-test-only': add connection pseudo-pci-test-only, b3ce6f0b-0e0b-4a30-b6c0-d78ad168869b" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 16:38:58 +0000 (0:00:01.626) 0:02:06.233 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.3/24" ], "dhcp4": false }, "match": { "path": [ "pci-0001:00:00.0" ] }, "name": "pseudo-pci-test-only", "persistent_state": "present", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'pseudo-pci-test-only': add connection pseudo-pci-test-only, b3ce6f0b-0e0b-4a30-b6c0-d78ad168869b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'pseudo-pci-test-only': add connection pseudo-pci-test-only, b3ce6f0b-0e0b-4a30-b6c0-d78ad168869b" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 16:39:00 +0000 (0:00:01.794) 0:02:08.027 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 16:39:01 +0000 (0:00:01.039) 0:02:09.066 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get match.path setting for connection] *********************************** Friday 05 August 2022 16:39:08 +0000 (0:00:06.764) 0:02:15.831 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "match.path", "connection", "show", "pseudo-pci-test-only" ], "delta": "0:00:00.074615", "end": "2022-08-05 16:39:09.540010", "rc": 0, "start": "2022-08-05 16:39:09.465395" } STDOUT: match.path: pci-0001:00:00.0 TASK [Assert that the connection profile contains the specified PCI address] *** Friday 05 August 2022 16:39:10 +0000 (0:00:01.750) 0:02:17.581 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 16:39:11 +0000 (0:00:01.193) 0:02:18.774 ********* 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:39:13 +0000 (0:00:01.981) 0:02:20.756 ********* 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:39:16 +0000 (0:00:03.067) 0:02:23.824 ********* 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:39:21 +0000 (0:00:04.658) 0:02:28.482 ********* 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:39:27 +0000 (0:00:06.487) 0:02:34.970 ********* 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:39:28 +0000 (0:00:01.193) 0:02:36.164 ********* 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:39:30 +0000 (0:00:01.872) 0:02:38.037 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 16:39:34 +0000 (0:00:03.519) 0:02:41.556 ********* 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:39:38 +0000 (0:00:04.661) 0:02:46.217 ********* 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:39:41 +0000 (0:00:02.871) 0:02:49.089 ********* 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:39:42 +0000 (0:00:01.190) 0:02:50.280 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 16:39:44 +0000 (0:00:01.596) 0:02:51.876 ********* 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:39:48 +0000 (0:00:04.200) 0:02:56.076 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 16:39:51 +0000 (0:00:02.971) 0:02:59.048 ********* 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:39:53 +0000 (0:00:02.174) 0:03:01.222 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 16:39:56 +0000 (0:00:02.807) 0:03:04.030 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "interface_name": "", "match": { "path": null }, "name": "pseudo-pci-test-only", "state": "down", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:down persistent_state:present, 'pseudo-pci-test-only': update connection pseudo-pci-test-only, b3ce6f0b-0e0b-4a30-b6c0-d78ad168869b TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 16:40:06 +0000 (0:00:09.703) 0:03:13.733 ********* 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:40:07 +0000 (0:00:00.792) 0:03:14.550 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:present, 'pseudo-pci-test-only': update connection pseudo-pci-test-only, b3ce6f0b-0e0b-4a30-b6c0-d78ad168869b" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 16:40:07 +0000 (0:00:00.323) 0:03:14.874 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "interface_name": "", "match": { "path": null }, "name": "pseudo-pci-test-only", "state": "down", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:down persistent_state:present, 'pseudo-pci-test-only': update connection pseudo-pci-test-only, b3ce6f0b-0e0b-4a30-b6c0-d78ad168869b\n", "stderr_lines": [ "[002] #0, state:down persistent_state:present, 'pseudo-pci-test-only': update connection pseudo-pci-test-only, b3ce6f0b-0e0b-4a30-b6c0-d78ad168869b" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 16:40:07 +0000 (0:00:00.301) 0:03:15.175 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 16:40:08 +0000 (0:00:00.509) 0:03:15.684 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get match.path setting for connection] *********************************** Friday 05 August 2022 16:40:08 +0000 (0:00:00.638) 0:03:16.322 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "match.path", "connection", "show", "pseudo-pci-test-only" ], "delta": "0:00:00.023638", "end": "2022-08-05 16:40:09.386774", "rc": 0, "start": "2022-08-05 16:40:09.363136" } TASK [Assert that the PCI address is removed] ********************************** Friday 05 August 2022 16:40:09 +0000 (0:00:00.674) 0:03:16.997 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 16:40:10 +0000 (0:00:00.427) 0:03:17.424 ********* 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:40:10 +0000 (0:00:00.199) 0:03:17.654 ********* 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:40:10 +0000 (0:00:00.616) 0:03:18.270 ********* 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:40:13 +0000 (0:00:02.644) 0:03:20.914 ********* 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:40:15 +0000 (0:00:02.287) 0:03:23.202 ********* 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:40:15 +0000 (0:00:00.184) 0:03:23.387 ********* 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:40:16 +0000 (0:00:00.370) 0:03:23.758 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 16:40:16 +0000 (0:00:00.147) 0:03:23.906 ********* 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:40:16 +0000 (0:00:00.427) 0:03:24.333 ********* 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:40:17 +0000 (0:00:00.218) 0:03:24.551 ********* 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:40:17 +0000 (0:00:00.178) 0:03:24.730 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 16:40:17 +0000 (0:00:00.175) 0:03:24.905 ********* 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:40:18 +0000 (0:00:00.632) 0:03:25.538 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 16:40:18 +0000 (0:00:00.189) 0:03:25.727 ********* 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:40:18 +0000 (0:00:00.192) 0:03:25.919 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 16:40:18 +0000 (0:00:00.128) 0:03:26.048 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "pseudo-pci-test-only", "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 16:40:19 +0000 (0:00:01.002) 0:03:27.051 ********* 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:40:19 +0000 (0:00:00.299) 0:03:27.350 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 16:40:20 +0000 (0:00:00.451) 0:03:27.802 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "pseudo-pci-test-only", "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 16:40:20 +0000 (0:00:00.198) 0:03:28.000 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 16:40:20 +0000 (0:00:00.227) 0:03:28.227 ********* ok: [sut] => { "changed": false, "ping": "pong" } PLAY RECAP ********************************************************************* sut : ok=43 changed=6 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Friday 05 August 2022 16:40:21 +0000 (0:00:00.612) 0:03:28.840 ********* =============================================================================== Gathering Facts -------------------------------------------------------- 16.23s linux-system-roles.network : Check which packages are installed -------- 16.18s Install NetworkManager ------------------------------------------------- 10.94s Create EPEL 8 ---------------------------------------------------------- 10.31s linux-system-roles.network : Enable and start NetworkManager ----------- 10.30s linux-system-roles.network : Configure networking connection profiles --- 9.74s linux-system-roles.network : Check which services are running ----------- 8.53s linux-system-roles.network : Re-test connectivity ----------------------- 6.76s linux-system-roles.network : Configure networking connection profiles --- 6.70s linux-system-roles.network : Check which packages are installed --------- 6.49s linux-system-roles.network : Install packages --------------------------- 4.66s linux-system-roles.network : Check which services are running ----------- 4.66s Gathering Facts --------------------------------------------------------- 4.23s linux-system-roles.network : Enable and start NetworkManager ------------ 4.20s linux-system-roles.network : Ensure ansible_facts used by role are present --- 3.76s linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 3.52s Enable EPEL 8 ----------------------------------------------------------- 3.52s Get NetworkManager version ---------------------------------------------- 3.19s linux-system-roles.network : Ensure ansible_facts used by role are present --- 3.07s linux-system-roles.network : Enable and start wpa_supplicant ------------ 2.97s ---^---^---^---^---^--- # 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. ---^---^---^---^---^---