# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-bond_options_rewrite84d431lm/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_route_device_initscripts.yml *********************************** 2 plays in /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_route_device_initscripts.yml PLAY [Run playbook 'playbooks/tests_route_device.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_route_device_initscripts.yml:5 Friday 09 February 2024 16:01:22 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_route_device_initscripts.yml:8 Friday 09 February 2024 16:01:23 +0000 (0:00:00.811) 0:00:00.824 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml for sut TASK [Verify DNS and ping still work before el repo setup] ********************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 16:01:23 +0000 (0:00:00.013) 0:00:00.837 ******* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n exit 1\n fi\n if ! ping -c5 \"$host\"; then\n exit 1\n fi\ndone\n", "delta": "0:00:08.079281", "end": "2024-02-09 16:01:31.949560", "rc": 0, "start": "2024-02-09 16:01:23.870279" } STDOUT: 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (38.145.60.20) 56(84) bytes of data. 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=1 ttl=51 time=2.74 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=2 ttl=51 time=1.98 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=3 ttl=51 time=1.83 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=4 ttl=51 time=1.99 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=5 ttl=51 time=2.03 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 1.830/2.113/2.737/0.319 ms 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (152.19.134.198) 56(84) bytes of data. 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=1 ttl=50 time=20.8 ms 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=2 ttl=50 time=19.5 ms 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=3 ttl=50 time=19.5 ms 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=4 ttl=50 time=19.5 ms 64 bytes from vm18.fedora.ibiblio.org (152.19.134.198): icmp_seq=5 ttl=50 time=19.6 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 19.468/19.765/20.781/0.509 ms STDERR: + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.fedoraproject.org + ping -c5 mirrors.fedoraproject.org + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.centos.org + ping -c5 mirrors.centos.org TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:17 Friday 09 February 2024 16:01:31 +0000 (0:00:08.342) 0:00:09.180 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:31 Friday 09 February 2024 16:01:32 +0000 (0:00:00.376) 0:00:09.556 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:36 Friday 09 February 2024 16:01:32 +0000 (0:00:00.263) 0:00:09.820 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:40 Friday 09 February 2024 16:01:32 +0000 (0:00:00.017) 0:00:09.838 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:65 Friday 09 February 2024 16:01:32 +0000 (0:00:00.009) 0:00:09.848 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:8 Friday 09 February 2024 16:01:32 +0000 (0:00:00.023) 0:00:09.871 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:24 Friday 09 February 2024 16:01:32 +0000 (0:00:00.009) 0:00:09.880 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:30 Friday 09 February 2024 16:01:32 +0000 (0:00:00.009) 0:00:09.890 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:35 Friday 09 February 2024 16:01:32 +0000 (0:00:00.009) 0:00:09.899 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/enable_epel.yml:40 Friday 09 February 2024 16:01:32 +0000 (0:00:00.009) 0:00:09.909 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Verify DNS and ping still work after el repo setup] ********************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:69 Friday 09 February 2024 16:01:32 +0000 (0:00:00.008) 0:00:09.918 ******* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n exit 1\n fi\n if ! ping -c5 \"$host\"; then\n exit 1\n fi\ndone\n", "delta": "0:00:08.124578", "end": "2024-02-09 16:01:41.014036", "rc": 0, "start": "2024-02-09 16:01:32.889458" } STDOUT: 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (8.43.85.67) 56(84) bytes of data. 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=1 ttl=50 time=11.6 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=2 ttl=50 time=10.9 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=3 ttl=50 time=10.7 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=4 ttl=50 time=10.7 ms 64 bytes from proxy14.fedoraproject.org (8.43.85.67): icmp_seq=5 ttl=50 time=11.3 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4007ms rtt min/avg/max/mdev = 10.657/11.042/11.616/0.371 ms 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (38.145.60.20) 56(84) bytes of data. 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=1 ttl=51 time=2.94 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=2 ttl=51 time=1.87 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=3 ttl=51 time=1.90 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=4 ttl=51 time=1.86 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=5 ttl=51 time=1.86 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 1.855/2.085/2.941/0.428 ms STDERR: + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.fedoraproject.org + ping -c5 mirrors.fedoraproject.org + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.centos.org + ping -c5 mirrors.centos.org TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_route_device_initscripts.yml:10 Friday 09 February 2024 16:01:41 +0000 (0:00:08.328) 0:00:18.246 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Test output device of routes] ******************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:3 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:18.264 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Set type and interface0] ************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:11 Friday 09 February 2024 16:01:41 +0000 (0:00:00.021) 0:00:18.286 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Verify DNS and ping still work before setup] ***************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:15 Friday 09 February 2024 16:01:41 +0000 (0:00:00.021) 0:00:18.307 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Show interfaces] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:28 Friday 09 February 2024 16:01:41 +0000 (0:00:00.020) 0:00:18.327 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Manage test interface] *************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:30 Friday 09 February 2024 16:01:41 +0000 (0:00:00.020) 0:00:18.348 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert device is present] ************************************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:34 Friday 09 February 2024 16:01:41 +0000 (0:00:00.026) 0:00:18.375 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Set interface1] ********************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:36 Friday 09 February 2024 16:01:41 +0000 (0:00:00.025) 0:00:18.400 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Show interfaces] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:39 Friday 09 February 2024 16:01:41 +0000 (0:00:00.036) 0:00:18.437 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Manage test interface] *************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:41 Friday 09 February 2024 16:01:41 +0000 (0:00:00.019) 0:00:18.457 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert device is present] ************************************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:45 Friday 09 February 2024 16:01:41 +0000 (0:00:00.019) 0:00:18.477 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Verify DNS and ping still work after setup] ****************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:47 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:18.496 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 16:01:41 +0000 (0:00:00.021) 0:00:18.517 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 16:01:41 +0000 (0:00:00.033) 0:00:18.550 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 16:01:41 +0000 (0:00:00.026) 0:00:18.577 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 16:01:41 +0000 (0:00:00.023) 0:00:18.601 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 16:01:41 +0000 (0:00:00.028) 0:00:18.629 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 16:01:41 +0000 (0:00:00.031) 0:00:18.661 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 16:01:41 +0000 (0:00:00.019) 0:00:18.681 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 16:01:41 +0000 (0:00:00.020) 0:00:18.701 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 16:01:41 +0000 (0:00:00.024) 0:00:18.725 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:18.744 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 16:01:41 +0000 (0:00:00.019) 0:00:18.763 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:18.781 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:18.798 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:18.816 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 16:01:41 +0000 (0:00:00.019) 0:00:18.835 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:18.854 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:18.872 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:18.891 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Get the IPv4 routes from the route table main] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:99 Friday 09 February 2024 16:01:41 +0000 (0:00:00.021) 0:00:18.913 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the route table main contains the specified IPv4 routes] ***** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:104 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:18.931 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Get the IPv6 routes from the route table main] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:115 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:18.949 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the route table main contains the specified IPv6 routes] ***** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:120 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:18.967 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Get the interface1 MAC address] ****************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:125 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:18.984 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:19.001 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:19.019 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:19.037 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:19.055 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 16:01:41 +0000 (0:00:00.021) 0:00:19.076 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:19.094 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:19.113 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 16:01:41 +0000 (0:00:00.016) 0:00:19.129 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 16:01:41 +0000 (0:00:00.017) 0:00:19.147 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 16:01:41 +0000 (0:00:00.018) 0:00:19.166 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 16:01:41 +0000 (0:00:00.019) 0:00:19.185 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 16:01:41 +0000 (0:00:00.019) 0:00:19.205 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 16:01:42 +0000 (0:00:00.018) 0:00:19.224 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 16:01:42 +0000 (0:00:00.022) 0:00:19.246 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 16:01:42 +0000 (0:00:00.020) 0:00:19.267 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 16:01:42 +0000 (0:00:00.024) 0:00:19.291 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 16:01:42 +0000 (0:00:00.020) 0:00:19.311 ******* skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 16:01:42 +0000 (0:00:00.019) 0:00:19.331 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that the warning about specifying the route without the output device is logged for initscripts provider] *** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:148 Friday 09 February 2024 16:01:42 +0000 (0:00:00.019) 0:00:19.351 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert that no warning is logged for nm provider] ************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:155 Friday 09 February 2024 16:01:42 +0000 (0:00:00.017) 0:00:19.368 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Verify DNS and ping still work before cleanup] *************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:162 Friday 09 February 2024 16:01:42 +0000 (0:00:00.019) 0:00:19.388 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Bring down test devices and profiles] ************************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:179 Friday 09 February 2024 16:01:42 +0000 (0:00:00.017) 0:00:19.405 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Delete interface1] ******************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:190 Friday 09 February 2024 16:01:42 +0000 (0:00:00.016) 0:00:19.421 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert interface1 is absent] ********************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:192 Friday 09 February 2024 16:01:42 +0000 (0:00:00.016) 0:00:19.438 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Set interface0] ********************************************************** task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:194 Friday 09 February 2024 16:01:42 +0000 (0:00:00.018) 0:00:19.456 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Delete interface0] ******************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:197 Friday 09 February 2024 16:01:42 +0000 (0:00:00.018) 0:00:19.474 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert interface0 is absent] ********************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:199 Friday 09 February 2024 16:01:42 +0000 (0:00:00.017) 0:00:19.492 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert interface0 profile and interface1 profile are absent] ************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:201 Friday 09 February 2024 16:01:42 +0000 (0:00:00.019) 0:00:19.511 ******* skipping: [sut] => (item=ethtest0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "item": "ethtest0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ethtest1) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "item": "ethtest1", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped PLAY RECAP ********************************************************************* sut : ok=9 changed=0 unreachable=0 failed=0 skipped=68 rescued=0 ignored=0 Friday 09 February 2024 16:01:42 +0000 (0:00:00.025) 0:00:19.537 ******* =============================================================================== Verify DNS and ping still work before el repo setup --------------------- 8.34s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:3 ----- Verify DNS and ping still work after el repo setup ---------------------- 8.33s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:69 ---- Gathering Facts --------------------------------------------------------- 0.81s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_route_device_initscripts.yml:5 Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:17 ---- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:31 ---- Set interface1 ---------------------------------------------------------- 0.04s /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:36 fedora.linux_system_roles.network : Ensure ansible_facts used by role --- 0.03s /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 fedora.linux_system_roles.network : Install packages -------------------- 0.03s /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 0.03s /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Manage test interface --------------------------------------------------- 0.03s /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:30 fedora.linux_system_roles.network : Print network provider -------------- 0.03s /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Assert device is present ------------------------------------------------ 0.03s /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:34 Assert interface0 profile and interface1 profile are absent ------------- 0.03s /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:201 fedora.linux_system_roles.network : Show stderr messages for the network_connections --- 0.02s /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.02s /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.02s /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Include the task 'enable_epel.yml' -------------------------------------- 0.02s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:65 ---- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.02s /WORKDIR/git-bond_options_rewrite84d431lm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Gathering Facts --------------------------------------------------------- 0.02s /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:3 Set type and interface0 ------------------------------------------------- 0.02s /WORKDIR/git-bond_options_rewrite84d431lm/tests/playbooks/tests_route_device.yml:11 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---