# 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-nm_plugin_hotfixxa973pzl/.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_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:4 Tuesday 12 March 2024 21:23:39 +0000 (0:00:00.054) 0:00:00.054 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:13 Tuesday 12 March 2024 21:23:40 +0000 (0:00:01.267) 0:00:01.321 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:18 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.304) 0:00:01.626 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:21 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.014) 0:00:01.640 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.024) 0:00:01.664 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.008) 0:00:01.673 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.014) 0:00:01.688 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.011) 0:00:01.699 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.010) 0:00:01.710 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004177", "end": "2024-03-12 21:23:41.385018", "rc": 0, "start": "2024-03-12 21:23:41.380841" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.303) 0:00:02.014 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.012) 0:00:02.027 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:23:41 +0000 (0:00:00.011) 0:00:02.038 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 21:23:44 +0000 (0:00:02.638) 0:00:04.677 ********* ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.008102", "end": "2024-03-12 21:23:44.284267", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-12 21:23:44.276165" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004443", "end": "2024-03-12 21:23:44.562849", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-12 21:23:44.558406" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004462", "end": "2024-03-12 21:23:44.780535", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-12 21:23:44.776073" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 21:23:44 +0000 (0:00:00.738) 0:00:05.416 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.022773", "end": "2024-03-12 21:23:45.034729", "rc": 0, "start": "2024-03-12 21:23:45.011956" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.246) 0:00:05.662 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.009) 0:00:05.671 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.009) 0:00:05.681 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.008) 0:00:05.689 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.007) 0:00:05.697 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:25 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.007) 0:00:05.705 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/assert_device_present.yml:3 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.011) 0:00:05.716 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.009) 0:00:05.725 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1710278624.2808893, "block_size": 4096, "blocks": 0, "ctime": 1710278624.2808893, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28341, "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": 1710278624.2808893, "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 the interface is present - 'testnic1'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/assert_device_present.yml:5 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.221) 0:00:05.947 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:39 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.011) 0:00:05.958 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.021) 0:00:05.980 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.014) 0:00:05.995 ********* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.016) 0:00:06.011 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.010) 0:00:06.021 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 12 March 2024 21:23:45 +0000 (0:00:00.011) 0:00:06.032 ********* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 12 March 2024 21:23:48 +0000 (0:00:02.594) 0:00:08.627 ********* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 12 March 2024 21:23:49 +0000 (0:00:01.060) 0:00:09.687 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.025) 0:00:09.713 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.020) 0:00:09.733 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.020) 0:00:09.754 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.035) 0:00:09.790 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.032) 0:00:09.822 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.035) 0:00:09.858 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.060) 0:00:09.918 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.020) 0:00:09.939 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.042) 0:00:09.981 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 12 March 2024 21:23:49 +0000 (0:00:00.035) 0:00:10.017 ********* ok: [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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Tuesday 12 March 2024 21:23:50 +0000 (0:00:00.778) 0:00:10.796 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Tuesday 12 March 2024 21:23:50 +0000 (0:00:00.049) 0:00:10.845 ********* 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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Tuesday 12 March 2024 21:23:50 +0000 (0:00:00.035) 0:00:10.881 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Tuesday 12 March 2024 21:23:50 +0000 (0:00:00.031) 0:00:10.912 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.808) 0:00:11.721 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.030) 0:00:11.751 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.026) 0:00:11.778 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.027) 0:00:11.805 ********* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.022) 0:00:11.828 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:43 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.345) 0:00:12.173 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:46 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.022) 0:00:12.196 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.043) 0:00:12.240 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.058) 0:00:12.298 ********* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.033) 0:00:12.332 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.039) 0:00:12.371 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 12 March 2024 21:23:51 +0000 (0:00:00.024) 0:00:12.395 ********* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 12 March 2024 21:23:54 +0000 (0:00:02.513) 0:00:14.909 ********* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.868) 0:00:15.778 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.037) 0:00:15.815 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.033) 0:00:15.849 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.045) 0:00:15.894 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.058) 0:00:15.953 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.058) 0:00:16.011 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.096) 0:00:16.108 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.158) 0:00:16.266 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.026) 0:00:16.292 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.024) 0:00:16.316 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 12 March 2024 21:23:55 +0000 (0:00:00.036) 0:00:16.353 ********* ok: [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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.470) 0:00:16.823 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.057) 0:00:16.881 ********* 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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.030) 0:00:16.911 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.037) 0:00:16.948 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.461) 0:00:17.410 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.030) 0:00:17.440 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.031) 0:00:17.472 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.034) 0:00:17.506 ********* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Tuesday 12 March 2024 21:23:56 +0000 (0:00:00.063) 0:00:17.569 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:50 Tuesday 12 March 2024 21:23:57 +0000 (0:00:00.336) 0:00:17.906 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:63 Tuesday 12 March 2024 21:23:57 +0000 (0:00:00.054) 0:00:17.960 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 12 March 2024 21:23:57 +0000 (0:00:00.127) 0:00:18.087 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:23:57 +0000 (0:00:00.104) 0:00:18.192 ********* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 12 March 2024 21:23:57 +0000 (0:00:00.039) 0:00:18.231 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 12 March 2024 21:23:57 +0000 (0:00:00.044) 0:00:18.275 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 12 March 2024 21:23:57 +0000 (0:00:00.032) 0:00:18.308 ********* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 12 March 2024 21:24:00 +0000 (0:00:02.503) 0:00:20.811 ********* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.849) 0:00:21.661 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.035) 0:00:21.697 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.044) 0:00:21.741 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.029) 0:00:21.770 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.072) 0:00:21.843 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.039) 0:00:21.883 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.081) 0:00:21.964 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.076) 0:00:22.042 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.026) 0:00:22.068 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.026) 0:00:22.094 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.040) 0:00:22.135 ********* ok: [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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Tuesday 12 March 2024 21:24:01 +0000 (0:00:00.462) 0:00:22.597 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Tuesday 12 March 2024 21:24:02 +0000 (0:00:00.039) 0:00:22.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 [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Tuesday 12 March 2024 21:24:02 +0000 (0:00:00.024) 0:00:22.661 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Tuesday 12 March 2024 21:24:02 +0000 (0:00:00.023) 0:00:22.685 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Tuesday 12 March 2024 21:24:02 +0000 (0:00:00.524) 0:00:23.209 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 12 March 2024 21:24:02 +0000 (0:00:00.090) 0:00:23.299 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Tuesday 12 March 2024 21:24:02 +0000 (0:00:00.047) 0:00:23.347 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef (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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Tuesday 12 March 2024 21:24:02 +0000 (0:00:00.033) 0:00:23.380 ********* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Tuesday 12 March 2024 21:24:02 +0000 (0:00:00.042) 0:00:23.423 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:67 Tuesday 12 March 2024 21:24:03 +0000 (0:00:00.279) 0:00:23.702 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:70 Tuesday 12 March 2024 21:24:03 +0000 (0:00:00.128) 0:00:23.831 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 12 March 2024 21:24:03 +0000 (0:00:00.143) 0:00:23.974 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:24:03 +0000 (0:00:00.038) 0:00:24.013 ********* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 12 March 2024 21:24:03 +0000 (0:00:00.048) 0:00:24.061 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 12 March 2024 21:24:03 +0000 (0:00:00.041) 0:00:24.102 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 12 March 2024 21:24:03 +0000 (0:00:00.023) 0:00:24.126 ********* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 12 March 2024 21:24:05 +0000 (0:00:02.470) 0:00:26.596 ********* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 12 March 2024 21:24:06 +0000 (0:00:00.834) 0:00:27.431 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 12 March 2024 21:24:06 +0000 (0:00:00.026) 0:00:27.458 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 12 March 2024 21:24:06 +0000 (0:00:00.021) 0:00:27.479 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 12 March 2024 21:24:06 +0000 (0:00:00.021) 0:00:27.501 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 12 March 2024 21:24:06 +0000 (0:00:00.064) 0:00:27.566 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 12 March 2024 21:24:06 +0000 (0:00:00.027) 0:00:27.593 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.032) 0:00:27.626 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.055) 0:00:27.681 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.023) 0:00:27.704 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.022) 0:00:27.727 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.034) 0:00:27.762 ********* ok: [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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.463) 0:00:28.226 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.041) 0:00:28.267 ********* 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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.026) 0:00:28.293 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Tuesday 12 March 2024 21:24:07 +0000 (0:00:00.026) 0:00:28.320 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.429) 0:00:28.749 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.023) 0:00:28.772 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.022) 0:00:28.795 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 43d2d7d0-897b-4027-8c5c-a7f8ace4dfef skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.023) 0:00:28.819 ********* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.023) 0:00:28.842 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:74 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.271) 0:00:29.114 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:82 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.025) 0:00:29.139 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.043) 0:00:29.183 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.052) 0:00:29.235 ********* 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 : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.045) 0:00:29.281 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.034) 0:00:29.315 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 12 March 2024 21:24:08 +0000 (0:00:00.026) 0:00:29.342 ********* ok: [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 : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 12 March 2024 21:24:11 +0000 (0:00:02.517) 0:00:31.860 ********* ok: [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 : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.843) 0:00:32.703 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.030) 0:00:32.734 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.022) 0:00:32.757 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.055) 0:00:32.812 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.037) 0:00:32.849 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.028) 0:00:32.878 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.036) 0:00:32.914 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.065) 0:00:32.980 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.037) 0:00:33.017 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.027) 0:00:33.045 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.038) 0:00:33.084 ********* ok: [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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.477) 0:00:33.562 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Tuesday 12 March 2024 21:24:13 +0000 (0:00:00.049) 0:00:33.611 ********* 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-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Tuesday 12 March 2024 21:24:13 +0000 (0:00:00.047) 0:00:33.658 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Tuesday 12 March 2024 21:24:13 +0000 (0:00:00.034) 0:00:33.693 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Tuesday 12 March 2024 21:24:13 +0000 (0:00:00.513) 0:00:34.206 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 12 March 2024 21:24:13 +0000 (0:00:00.056) 0:00:34.263 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Tuesday 12 March 2024 21:24:13 +0000 (0:00:00.027) 0:00:34.291 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Tuesday 12 March 2024 21:24:13 +0000 (0:00:00.032) 0:00:34.323 ********* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Tuesday 12 March 2024 21:24:13 +0000 (0:00:00.091) 0:00:34.415 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:91 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.254) 0:00:34.669 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.034) 0:00:34.704 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.018) 0:00:34.722 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.018) 0:00:34.740 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.030) 0:00:34.771 ********* included: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.029) 0:00:34.800 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004210", "end": "2024-03-12 21:24:14.406974", "rc": 0, "start": "2024-03-12 21:24:14.402764" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.252) 0:00:35.053 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.024) 0:00:35.078 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:24:14 +0000 (0:00:00.022) 0:00:35.100 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 21:24:17 +0000 (0:00:02.511) 0:00:37.611 ********* skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 21:24:17 +0000 (0:00:00.029) 0:00:37.641 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 21:24:17 +0000 (0:00:00.027) 0:00:37.668 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.024364", "end": "2024-03-12 21:24:17.292197", "rc": 0, "start": "2024-03-12 21:24:17.267833" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 21:24:17 +0000 (0:00:00.294) 0:00:37.963 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 21:24:17 +0000 (0:00:00.021) 0:00:37.984 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 21:24:17 +0000 (0:00:00.019) 0:00:38.004 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:24:17 +0000 (0:00:00.020) 0:00:38.024 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=100 rescued=0 ignored=0 Tuesday 12 March 2024 21:24:17 +0000 (0:00:00.050) 0:00:38.075 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.59s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.52s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.51s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.51s /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.50s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.47s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Gathering Facts --------------------------------------------------------- 1.27s /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tests_change_indication_on_repeat_run.yml:4 fedora.linux_system_roles.network : Check which packages are installed --- 1.06s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.87s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.85s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.84s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.83s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.81s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.78s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Create veth interface testnic1 ------------------------------------------ 0.74s /WORKDIR/git-nm_plugin_hotfixxa973pzl/tests/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.52s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.51s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.48s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.47s /WORKDIR/git-nm_plugin_hotfixxa973pzl/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---