ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_states_initscripts.yml *****************************************
2 plays in /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml

PLAY [Run playbook 'playbooks/tests_states.yml' with initscripts as provider] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml:5
Saturday 14 September 2024  08:50:55 -0400 (0:00:00.034)       0:00:00.034 **** 
ok: [managed_node2]
META: ran handlers

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml:8
Saturday 14 September 2024  08:50:56 -0400 (0:00:01.032)       0:00:01.067 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node2

TASK [Gather the minimum subset of ansible_facts required by the network role test] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Saturday 14 September 2024  08:50:56 -0400 (0:00:00.175)       0:00:01.242 **** 
ok: [managed_node2]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Saturday 14 September 2024  08:50:57 -0400 (0:00:00.495)       0:00:01.738 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Saturday 14 September 2024  08:50:58 -0400 (0:00:00.703)       0:00:02.441 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__network_is_ostree": false
    }, 
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Saturday 14 September 2024  08:50:58 -0400 (0:00:00.083)       0:00:02.524 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Saturday 14 September 2024  08:50:58 -0400 (0:00:00.084)       0:00:02.609 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node2

TASK [Create EPEL 7] ***********************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Saturday 14 September 2024  08:50:58 -0400 (0:00:00.237)       0:00:02.846 **** 
ok: [managed_node2] => {
    "attempts": 1, 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-iv", 
        "https://dl.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm"
    ], 
    "rc": 0
}

STDOUT:

skipped, since /etc/yum.repos.d/epel.repo exists

TASK [Install yum-utils package] ***********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26
Saturday 14 September 2024  08:50:59 -0400 (0:00:00.592)       0:00:03.438 **** 
ok: [managed_node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed"
    ]
}
lsrpackages: yum-utils

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32
Saturday 14 September 2024  08:50:59 -0400 (0:00:00.931)       0:00:04.370 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "yum-config-manager", 
        "--enable", 
        "epel"
    ], 
    "delta": "0:00:00.159134", 
    "end": "2024-09-14 08:51:00.436969", 
    "rc": 0, 
    "start": "2024-09-14 08:51:00.277835"
}

STDOUT:

Loaded plugins: fastestmirror
================================== repo: epel ==================================
[epel]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = 
cache = 0
cachedir = /var/cache/yum/x86_64/7/epel
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage = 
enabled = True
enablegroups = True
exclude = 
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir
gpgcakey = 
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
hdrdir = /var/cache/yum/x86_64/7/epel/headers
http_caching = all
includepkgs = 
ip_resolve = 
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid = 
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos
minrate = 0
mirrorlist = 
mirrorlist_expire = 86400
name = Extra Packages for Enterprise Linux 7 - x86_64
old_base_cache_dir = 
password = 
persistdir = /var/lib/yum/repos/x86_64/7/epel
pkgdir = /var/cache/yum/x86_64/7/epel/packages
proxy = False
proxy_dict = 
proxy_password = 
proxy_username = 
repo_gpgcheck = False
retries = 10
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = True
throttle = 0
timeout = 30.0
ui_id = epel/x86_64
ui_repoid_vars = releasever,
   basearch
username = 

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37
Saturday 14 September 2024  08:51:00 -0400 (0:00:00.536)       0:00:04.906 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42
Saturday 14 September 2024  08:51:00 -0400 (0:00:00.039)       0:00:04.946 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml:10
Saturday 14 September 2024  08:51:00 -0400 (0:00:00.033)       0:00:04.979 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    }, 
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [Play for testing states] *************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:3
Saturday 14 September 2024  08:51:00 -0400 (0:00:00.037)       0:00:05.017 **** 
ok: [managed_node2]
META: ran handlers

TASK [Show playbook name] ******************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:11
Saturday 14 September 2024  08:51:01 -0400 (0:00:00.602)       0:00:05.619 **** 
ok: [managed_node2] => {}

MSG:

this is: playbooks/tests_states.yml

TASK [Include the task 'run_test.yml'] *****************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:22
Saturday 14 September 2024  08:51:01 -0400 (0:00:00.052)       0:00:05.672 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node2

TASK [TEST: I can create a profile] ********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5
Saturday 14 September 2024  08:51:01 -0400 (0:00:00.089)       0:00:05.762 **** 
ok: [managed_node2] => {}

MSG:

########## I can create a profile ##########

TASK [Show item] ***************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9
Saturday 14 September 2024  08:51:01 -0400 (0:00:00.077)       0:00:05.840 **** 
ok: [managed_node2] => (item=lsr_description) => {
    "ansible_loop_var": "item", 
    "item": "lsr_description", 
    "lsr_description": "I can create a profile"
}
ok: [managed_node2] => (item=lsr_setup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_setup", 
    "lsr_setup": [
        "tasks/delete_interface.yml", 
        "tasks/assert_device_absent.yml"
    ]
}
ok: [managed_node2] => (item=lsr_test) => {
    "ansible_loop_var": "item", 
    "item": "lsr_test", 
    "lsr_test": [
        "tasks/create_bridge_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert", 
    "lsr_assert": [
        "tasks/assert_profile_present.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert_when) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert_when", 
    "lsr_assert_when": [
        {
            "condition": false, 
            "what": "tasks/assert_device_present.yml"
        }
    ]
}
ok: [managed_node2] => (item=lsr_fail_debug) => {
    "ansible_loop_var": "item", 
    "item": "lsr_fail_debug", 
    "lsr_fail_debug": [
        "__network_connections_result"
    ]
}
ok: [managed_node2] => (item=lsr_cleanup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_cleanup", 
    "lsr_cleanup": [
        "tasks/cleanup_profile+device.yml"
    ]
}

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21
Saturday 14 September 2024  08:51:01 -0400 (0:00:00.180)       0:00:06.020 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node2

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Saturday 14 September 2024  08:51:01 -0400 (0:00:00.056)       0:00:06.076 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node2

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Saturday 14 September 2024  08:51:01 -0400 (0:00:00.052)       0:00:06.128 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "ls", 
        "-1"
    ], 
    "delta": "0:00:00.002984", 
    "end": "2024-09-14 08:51:02.223453", 
    "rc": 0, 
    "start": "2024-09-14 08:51:02.220469"
}

STDOUT:

bond0
bonding_masters
eth0
lo
rpltstbr

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Saturday 14 September 2024  08:51:02 -0400 (0:00:00.596)       0:00:06.725 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "current_interfaces": [
            "bond0", 
            "bonding_masters", 
            "eth0", 
            "lo", 
            "rpltstbr"
        ]
    }, 
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Saturday 14 September 2024  08:51:02 -0400 (0:00:00.044)       0:00:06.770 **** 
ok: [managed_node2] => {}

MSG:

current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr']

TASK [Setup] *******************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24
Saturday 14 September 2024  08:51:02 -0400 (0:00:00.053)       0:00:06.823 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node2

TASK [Remove test interface if necessary] **************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3
Saturday 14 September 2024  08:51:02 -0400 (0:00:00.082)       0:00:06.905 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": [
        "ip", 
        "link", 
        "del", 
        "statebr"
    ], 
    "delta": "0:00:00.008580", 
    "end": "2024-09-14 08:51:02.795304", 
    "rc": 1, 
    "start": "2024-09-14 08:51:02.786724"
}

STDERR:

Cannot find device "statebr"


MSG:

non-zero return code
...ignoring

TASK [Include the task 'get_interface_stat.yml'] *******************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3
Saturday 14 September 2024  08:51:02 -0400 (0:00:00.425)       0:00:07.331 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node2

TASK [Get stat for interface statebr] ******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3
Saturday 14 September 2024  08:51:03 -0400 (0:00:00.108)       0:00:07.440 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Assert that the interface is absent - 'statebr'] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5
Saturday 14 September 2024  08:51:03 -0400 (0:00:00.330)       0:00:07.770 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Test] ********************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30
Saturday 14 September 2024  08:51:03 -0400 (0:00:00.077)       0:00:07.847 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3
Saturday 14 September 2024  08:51:03 -0400 (0:00:00.124)       0:00:07.972 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:51:03 -0400 (0:00:00.417)       0:00:08.389 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:51:04 -0400 (0:00:00.157)       0:00:08.547 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:51:04 -0400 (0:00:00.049)       0:00:08.597 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:51:04 -0400 (0:00:00.050)       0:00:08.647 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:51:04 -0400 (0:00:00.050)       0:00:08.698 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:51:05 -0400 (0:00:01.112)       0:00:09.810 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:51:07 -0400 (0:00:01.922)       0:00:11.733 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:51:07 -0400 (0:00:00.099)       0:00:11.832 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:51:07 -0400 (0:00:00.099)       0:00:11.932 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:51:07 -0400 (0:00:00.113)       0:00:12.045 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:51:07 -0400 (0:00:00.107)       0:00:12.153 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:51:07 -0400 (0:00:00.107)       0:00:12.261 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.248)       0:00:12.509 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.199)       0:00:12.709 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.169)       0:00:12.879 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.104)       0:00:12.984 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.071)       0:00:13.056 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.118)       0:00:13.175 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.102)       0:00:13.277 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.104)       0:00:13.382 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:51:09 -0400 (0:00:00.951)       0:00:14.333 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpNObEsn"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:51:10 -0400 (0:00:00.404)       0:00:14.738 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "ip": {
                        "auto6": false, 
                        "dhcp4": false
                    }, 
                    "name": "statebr", 
                    "persistent_state": "present", 
                    "type": "bridge"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:51:11 -0400 (0:00:01.133)       0:00:15.871 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:51:11 -0400 (0:00:00.117)       0:00:15.988 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:51:11 -0400 (0:00:00.129)       0:00:16.118 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:51:11 -0400 (0:00:00.116)       0:00:16.235 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:51:11 -0400 (0:00:00.118)       0:00:16.354 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Show result] *************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.490)       0:00:16.844 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [Asserts] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.070)       0:00:16.915 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed_node2

TASK [Include the task 'get_profile_stat.yml'] *********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.140)       0:00:17.055 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node2

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.200)       0:00:17.255 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": false, 
        "lsr_net_profile_exists": false, 
        "lsr_net_profile_fingerprint": false
    }, 
    "changed": false
}

TASK [Stat profile file] *******************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.092)       0:00:17.348 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "atime": 1726318271.2720375, 
        "block_size": 4096, 
        "blocks": 8, 
        "ctime": 1726318271.2720375, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 22482, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mode": "0644", 
        "mtime": 1726318271.2720375, 
        "nlink": 1, 
        "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 127, 
        "uid": 0, 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Set NM profile exist flag based on the profile files] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17
Saturday 14 September 2024  08:51:13 -0400 (0:00:00.451)       0:00:17.800 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_exists": true
    }, 
    "changed": false
}

TASK [Get NM profile info] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25
Saturday 14 September 2024  08:51:13 -0400 (0:00:00.116)       0:00:17.916 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", 
    "delta": "0:00:00.022461", 
    "end": "2024-09-14 08:51:13.875389", 
    "rc": 1, 
    "start": "2024-09-14 08:51:13.852928"
}

MSG:

non-zero return code
...ignoring

TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35
Saturday 14 September 2024  08:51:14 -0400 (0:00:00.545)       0:00:18.461 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-statebr] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49
Saturday 14 September 2024  08:51:14 -0400 (0:00:00.174)       0:00:18.636 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "^# Ansible managed", 
        "/etc/sysconfig/network-scripts/ifcfg-statebr"
    ], 
    "delta": "0:00:00.003223", 
    "end": "2024-09-14 08:51:14.610005", 
    "rc": 0, 
    "start": "2024-09-14 08:51:14.606782"
}

STDOUT:

# Ansible managed

TASK [Verify the ansible_managed comment in ifcfg-statebr] *********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56
Saturday 14 September 2024  08:51:14 -0400 (0:00:00.621)       0:00:19.258 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": true
    }, 
    "changed": false
}

TASK [Get the fingerprint comment in ifcfg-statebr] ****************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62
Saturday 14 September 2024  08:51:15 -0400 (0:00:00.152)       0:00:19.410 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "^# system_role:network", 
        "/etc/sysconfig/network-scripts/ifcfg-statebr"
    ], 
    "delta": "0:00:00.002879", 
    "end": "2024-09-14 08:51:15.316454", 
    "rc": 0, 
    "start": "2024-09-14 08:51:15.313575"
}

STDOUT:

# system_role:network

TASK [Verify the fingerprint comment in ifcfg-statebr] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69
Saturday 14 September 2024  08:51:15 -0400 (0:00:00.443)       0:00:19.854 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_fingerprint": true
    }, 
    "changed": false
}

TASK [Assert that the profile is present - 'statebr'] **************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5
Saturday 14 September 2024  08:51:15 -0400 (0:00:00.134)       0:00:19.989 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert that the ansible managed comment is present in 'statebr'] *********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10
Saturday 14 September 2024  08:51:15 -0400 (0:00:00.131)       0:00:20.120 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert that the fingerprint comment is present in statebr] ***************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15
Saturday 14 September 2024  08:51:15 -0400 (0:00:00.133)       0:00:20.253 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Conditional asserts] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42
Saturday 14 September 2024  08:51:15 -0400 (0:00:00.151)       0:00:20.405 **** 
skipping: [managed_node2] => (item={u'what': u'tasks/assert_device_present.yml', u'condition': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "condition": false, 
        "what": "tasks/assert_device_present.yml"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [Success in test 'I can create a profile'] ********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47
Saturday 14 September 2024  08:51:16 -0400 (0:00:00.108)       0:00:20.513 **** 
ok: [managed_node2] => {}

MSG:

+++++ Success in test 'I can create a profile' +++++

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66
Saturday 14 September 2024  08:51:16 -0400 (0:00:00.089)       0:00:20.603 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node2

TASK [Cleanup profile and device] **********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3
Saturday 14 September 2024  08:51:16 -0400 (0:00:00.139)       0:00:20.742 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", 
    "delta": "0:00:00.040388", 
    "end": "2024-09-14 08:51:16.689833", 
    "rc": 1, 
    "start": "2024-09-14 08:51:16.649445"
}

STDERR:

Error: unknown connection 'statebr'.
Error: cannot delete unknown connection(s): 'statebr'.
Cannot find device "statebr"


MSG:

non-zero return code
...ignoring

TASK [Include the task 'run_test.yml'] *****************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:45
Saturday 14 September 2024  08:51:16 -0400 (0:00:00.488)       0:00:21.231 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node2

TASK [TEST: I can create a profile without autoconnect] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5
Saturday 14 September 2024  08:51:17 -0400 (0:00:00.203)       0:00:21.435 **** 
ok: [managed_node2] => {}

MSG:

########## I can create a profile without autoconnect ##########

TASK [Show item] ***************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9
Saturday 14 September 2024  08:51:17 -0400 (0:00:00.146)       0:00:21.581 **** 
ok: [managed_node2] => (item=lsr_description) => {
    "ansible_loop_var": "item", 
    "item": "lsr_description", 
    "lsr_description": "I can create a profile without autoconnect"
}
ok: [managed_node2] => (item=lsr_setup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_setup", 
    "lsr_setup": [
        "tasks/delete_interface.yml", 
        "tasks/assert_device_absent.yml"
    ]
}
ok: [managed_node2] => (item=lsr_test) => {
    "ansible_loop_var": "item", 
    "item": "lsr_test", 
    "lsr_test": [
        "tasks/create_bridge_profile_no_autoconnect.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert", 
    "lsr_assert": [
        "tasks/assert_device_absent.yml", 
        "tasks/assert_profile_present.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert_when) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert_when", 
    "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined"
}
ok: [managed_node2] => (item=lsr_fail_debug) => {
    "ansible_loop_var": "item", 
    "item": "lsr_fail_debug", 
    "lsr_fail_debug": [
        "__network_connections_result"
    ]
}
ok: [managed_node2] => (item=lsr_cleanup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_cleanup", 
    "lsr_cleanup": [
        "tasks/cleanup_profile+device.yml"
    ]
}

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21
Saturday 14 September 2024  08:51:17 -0400 (0:00:00.183)       0:00:21.764 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node2

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Saturday 14 September 2024  08:51:17 -0400 (0:00:00.149)       0:00:21.914 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node2

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Saturday 14 September 2024  08:51:17 -0400 (0:00:00.250)       0:00:22.165 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "ls", 
        "-1"
    ], 
    "delta": "0:00:01.004225", 
    "end": "2024-09-14 08:51:19.020202", 
    "rc": 0, 
    "start": "2024-09-14 08:51:18.015977"
}

STDOUT:

bond0
bonding_masters
eth0
lo
rpltstbr

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Saturday 14 September 2024  08:51:19 -0400 (0:00:01.438)       0:00:23.603 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "current_interfaces": [
            "bond0", 
            "bonding_masters", 
            "eth0", 
            "lo", 
            "rpltstbr"
        ]
    }, 
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Saturday 14 September 2024  08:51:19 -0400 (0:00:00.106)       0:00:23.709 **** 
ok: [managed_node2] => {}

MSG:

current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr']

TASK [Setup] *******************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24
Saturday 14 September 2024  08:51:19 -0400 (0:00:00.093)       0:00:23.803 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node2

TASK [Remove test interface if necessary] **************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3
Saturday 14 September 2024  08:51:19 -0400 (0:00:00.165)       0:00:23.968 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": [
        "ip", 
        "link", 
        "del", 
        "statebr"
    ], 
    "delta": "0:00:00.006463", 
    "end": "2024-09-14 08:51:19.885828", 
    "rc": 1, 
    "start": "2024-09-14 08:51:19.879365"
}

STDERR:

Cannot find device "statebr"


MSG:

non-zero return code
...ignoring

TASK [Include the task 'get_interface_stat.yml'] *******************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3
Saturday 14 September 2024  08:51:20 -0400 (0:00:00.453)       0:00:24.422 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node2

TASK [Get stat for interface statebr] ******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3
Saturday 14 September 2024  08:51:20 -0400 (0:00:00.233)       0:00:24.655 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Assert that the interface is absent - 'statebr'] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5
Saturday 14 September 2024  08:51:20 -0400 (0:00:00.417)       0:00:25.073 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Test] ********************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30
Saturday 14 September 2024  08:51:20 -0400 (0:00:00.128)       0:00:25.201 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3
Saturday 14 September 2024  08:51:21 -0400 (0:00:00.261)       0:00:25.463 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:51:21 -0400 (0:00:00.272)       0:00:25.736 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:51:21 -0400 (0:00:00.234)       0:00:25.970 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:51:21 -0400 (0:00:00.196)       0:00:26.167 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:51:21 -0400 (0:00:00.136)       0:00:26.303 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:51:21 -0400 (0:00:00.102)       0:00:26.406 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:51:22 -0400 (0:00:00.913)       0:00:27.319 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:51:24 -0400 (0:00:01.283)       0:00:28.603 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:51:24 -0400 (0:00:00.070)       0:00:28.674 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:51:24 -0400 (0:00:00.067)       0:00:28.741 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:51:24 -0400 (0:00:00.119)       0:00:28.861 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:51:24 -0400 (0:00:00.067)       0:00:28.928 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:51:24 -0400 (0:00:00.070)       0:00:28.999 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:51:24 -0400 (0:00:00.074)       0:00:29.074 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:51:24 -0400 (0:00:00.073)       0:00:29.147 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:51:24 -0400 (0:00:00.198)       0:00:29.346 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:51:25 -0400 (0:00:00.136)       0:00:29.483 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:51:25 -0400 (0:00:00.137)       0:00:29.621 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:51:25 -0400 (0:00:00.120)       0:00:29.741 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:51:25 -0400 (0:00:00.127)       0:00:29.869 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:51:25 -0400 (0:00:00.107)       0:00:29.977 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:51:26 -0400 (0:00:00.543)       0:00:30.520 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpUb3rY1"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:51:26 -0400 (0:00:00.678)       0:00:31.199 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "autoconnect": false, 
                    "ip": {
                        "auto6": false, 
                        "dhcp4": false
                    }, 
                    "name": "statebr", 
                    "persistent_state": "present", 
                    "type": "bridge"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:51:27 -0400 (0:00:00.964)       0:00:32.164 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:51:27 -0400 (0:00:00.120)       0:00:32.285 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:51:28 -0400 (0:00:00.197)       0:00:32.482 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "autoconnect": false, 
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:51:28 -0400 (0:00:00.124)       0:00:32.607 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:51:28 -0400 (0:00:00.108)       0:00:32.715 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Show result] *************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15
Saturday 14 September 2024  08:51:28 -0400 (0:00:00.464)       0:00:33.179 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "autoconnect": false, 
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [Asserts] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36
Saturday 14 September 2024  08:51:28 -0400 (0:00:00.179)       0:00:33.358 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed_node2

TASK [Include the task 'get_interface_stat.yml'] *******************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3
Saturday 14 September 2024  08:51:29 -0400 (0:00:00.251)       0:00:33.610 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node2

TASK [Get stat for interface statebr] ******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3
Saturday 14 September 2024  08:51:29 -0400 (0:00:00.205)       0:00:33.816 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Assert that the interface is absent - 'statebr'] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5
Saturday 14 September 2024  08:51:29 -0400 (0:00:00.439)       0:00:34.255 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Include the task 'get_profile_stat.yml'] *********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3
Saturday 14 September 2024  08:51:29 -0400 (0:00:00.090)       0:00:34.345 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node2

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3
Saturday 14 September 2024  08:51:30 -0400 (0:00:00.124)       0:00:34.470 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": false, 
        "lsr_net_profile_exists": false, 
        "lsr_net_profile_fingerprint": false
    }, 
    "changed": false
}

TASK [Stat profile file] *******************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9
Saturday 14 September 2024  08:51:30 -0400 (0:00:00.083)       0:00:34.554 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "atime": 1726318287.6180906, 
        "block_size": 4096, 
        "blocks": 8, 
        "ctime": 1726318287.6180906, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 22485, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mode": "0644", 
        "mtime": 1726318287.6180906, 
        "nlink": 1, 
        "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 126, 
        "uid": 0, 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Set NM profile exist flag based on the profile files] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17
Saturday 14 September 2024  08:51:30 -0400 (0:00:00.393)       0:00:34.948 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_exists": true
    }, 
    "changed": false
}

TASK [Get NM profile info] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25
Saturday 14 September 2024  08:51:30 -0400 (0:00:00.113)       0:00:35.061 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", 
    "delta": "0:00:00.019581", 
    "end": "2024-09-14 08:51:30.931586", 
    "rc": 1, 
    "start": "2024-09-14 08:51:30.912005"
}

MSG:

non-zero return code
...ignoring

TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35
Saturday 14 September 2024  08:51:31 -0400 (0:00:00.399)       0:00:35.461 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-statebr] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49
Saturday 14 September 2024  08:51:31 -0400 (0:00:00.108)       0:00:35.570 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "^# Ansible managed", 
        "/etc/sysconfig/network-scripts/ifcfg-statebr"
    ], 
    "delta": "0:00:00.003161", 
    "end": "2024-09-14 08:51:31.430537", 
    "rc": 0, 
    "start": "2024-09-14 08:51:31.427376"
}

STDOUT:

# Ansible managed

TASK [Verify the ansible_managed comment in ifcfg-statebr] *********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56
Saturday 14 September 2024  08:51:31 -0400 (0:00:00.394)       0:00:35.964 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": true
    }, 
    "changed": false
}

TASK [Get the fingerprint comment in ifcfg-statebr] ****************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62
Saturday 14 September 2024  08:51:31 -0400 (0:00:00.184)       0:00:36.149 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "^# system_role:network", 
        "/etc/sysconfig/network-scripts/ifcfg-statebr"
    ], 
    "delta": "0:00:00.003061", 
    "end": "2024-09-14 08:51:32.015680", 
    "rc": 0, 
    "start": "2024-09-14 08:51:32.012619"
}

STDOUT:

# system_role:network

TASK [Verify the fingerprint comment in ifcfg-statebr] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69
Saturday 14 September 2024  08:51:32 -0400 (0:00:00.449)       0:00:36.599 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_fingerprint": true
    }, 
    "changed": false
}

TASK [Assert that the profile is present - 'statebr'] **************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5
Saturday 14 September 2024  08:51:32 -0400 (0:00:00.131)       0:00:36.730 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert that the ansible managed comment is present in 'statebr'] *********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10
Saturday 14 September 2024  08:51:32 -0400 (0:00:00.124)       0:00:36.854 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert that the fingerprint comment is present in statebr] ***************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15
Saturday 14 September 2024  08:51:32 -0400 (0:00:00.126)       0:00:36.981 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Conditional asserts] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42
Saturday 14 September 2024  08:51:32 -0400 (0:00:00.099)       0:00:37.080 **** 

TASK [Success in test 'I can create a profile without autoconnect'] ************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47
Saturday 14 September 2024  08:51:32 -0400 (0:00:00.102)       0:00:37.183 **** 
ok: [managed_node2] => {}

MSG:

+++++ Success in test 'I can create a profile without autoconnect' +++++

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66
Saturday 14 September 2024  08:51:32 -0400 (0:00:00.109)       0:00:37.292 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node2

TASK [Cleanup profile and device] **********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3
Saturday 14 September 2024  08:51:33 -0400 (0:00:00.155)       0:00:37.447 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", 
    "delta": "0:00:00.038997", 
    "end": "2024-09-14 08:51:33.470943", 
    "rc": 1, 
    "start": "2024-09-14 08:51:33.431946"
}

STDERR:

Error: unknown connection 'statebr'.
Error: cannot delete unknown connection(s): 'statebr'.
Cannot find device "statebr"


MSG:

non-zero return code
...ignoring

TASK [Include the task 'run_test.yml'] *****************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:65
Saturday 14 September 2024  08:51:33 -0400 (0:00:00.538)       0:00:37.986 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node2

TASK [TEST: I can activate an existing profile] ********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5
Saturday 14 September 2024  08:51:33 -0400 (0:00:00.136)       0:00:38.122 **** 
ok: [managed_node2] => {}

MSG:

########## I can activate an existing profile ##########

TASK [Show item] ***************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9
Saturday 14 September 2024  08:51:33 -0400 (0:00:00.102)       0:00:38.224 **** 
ok: [managed_node2] => (item=lsr_description) => {
    "ansible_loop_var": "item", 
    "item": "lsr_description", 
    "lsr_description": "I can activate an existing profile"
}
ok: [managed_node2] => (item=lsr_setup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_setup", 
    "lsr_setup": [
        "tasks/create_bridge_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_test) => {
    "ansible_loop_var": "item", 
    "item": "lsr_test", 
    "lsr_test": [
        "tasks/activate_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert", 
    "lsr_assert": [
        "tasks/assert_device_present.yml", 
        "tasks/assert_profile_present.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert_when) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert_when", 
    "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined"
}
ok: [managed_node2] => (item=lsr_fail_debug) => {
    "ansible_loop_var": "item", 
    "item": "lsr_fail_debug", 
    "lsr_fail_debug": [
        "__network_connections_result"
    ]
}
ok: [managed_node2] => (item=lsr_cleanup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_cleanup", 
    "lsr_cleanup": [
        "tasks/cleanup_profile+device.yml"
    ]
}

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21
Saturday 14 September 2024  08:51:34 -0400 (0:00:00.218)       0:00:38.443 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node2

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Saturday 14 September 2024  08:51:34 -0400 (0:00:00.190)       0:00:38.634 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node2

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Saturday 14 September 2024  08:51:34 -0400 (0:00:00.417)       0:00:39.052 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "ls", 
        "-1"
    ], 
    "delta": "0:00:00.002946", 
    "end": "2024-09-14 08:51:34.953359", 
    "rc": 0, 
    "start": "2024-09-14 08:51:34.950413"
}

STDOUT:

bond0
bonding_masters
eth0
lo
rpltstbr

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Saturday 14 September 2024  08:51:35 -0400 (0:00:00.601)       0:00:39.653 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "current_interfaces": [
            "bond0", 
            "bonding_masters", 
            "eth0", 
            "lo", 
            "rpltstbr"
        ]
    }, 
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Saturday 14 September 2024  08:51:35 -0400 (0:00:00.127)       0:00:39.781 **** 
ok: [managed_node2] => {}

MSG:

current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr']

TASK [Setup] *******************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24
Saturday 14 September 2024  08:51:35 -0400 (0:00:00.138)       0:00:39.919 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3
Saturday 14 September 2024  08:51:35 -0400 (0:00:00.230)       0:00:40.150 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:51:36 -0400 (0:00:00.349)       0:00:40.500 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:51:36 -0400 (0:00:00.272)       0:00:40.773 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:51:36 -0400 (0:00:00.126)       0:00:40.899 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:51:36 -0400 (0:00:00.089)       0:00:40.989 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:51:36 -0400 (0:00:00.106)       0:00:41.096 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:51:37 -0400 (0:00:00.990)       0:00:42.086 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:51:39 -0400 (0:00:01.643)       0:00:43.729 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:51:39 -0400 (0:00:00.094)       0:00:43.824 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:51:39 -0400 (0:00:00.078)       0:00:43.902 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:51:39 -0400 (0:00:00.069)       0:00:43.972 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:51:39 -0400 (0:00:00.107)       0:00:44.080 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:51:39 -0400 (0:00:00.109)       0:00:44.189 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:51:39 -0400 (0:00:00.184)       0:00:44.374 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:51:40 -0400 (0:00:00.137)       0:00:44.511 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:51:40 -0400 (0:00:00.205)       0:00:44.717 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:51:40 -0400 (0:00:00.144)       0:00:44.861 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:51:40 -0400 (0:00:00.137)       0:00:44.999 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:51:40 -0400 (0:00:00.135)       0:00:45.134 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:51:40 -0400 (0:00:00.123)       0:00:45.258 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:51:40 -0400 (0:00:00.116)       0:00:45.374 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:51:41 -0400 (0:00:00.573)       0:00:45.948 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpYqYumz"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:51:42 -0400 (0:00:00.460)       0:00:46.408 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "ip": {
                        "auto6": false, 
                        "dhcp4": false
                    }, 
                    "name": "statebr", 
                    "persistent_state": "present", 
                    "type": "bridge"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:51:42 -0400 (0:00:00.844)       0:00:47.253 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:51:42 -0400 (0:00:00.099)       0:00:47.352 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:51:43 -0400 (0:00:00.114)       0:00:47.467 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:51:43 -0400 (0:00:00.094)       0:00:47.561 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:51:43 -0400 (0:00:00.069)       0:00:47.631 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Show result] *************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14
Saturday 14 September 2024  08:51:43 -0400 (0:00:00.559)       0:00:48.191 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [Test] ********************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30
Saturday 14 September 2024  08:51:43 -0400 (0:00:00.118)       0:00:48.309 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3
Saturday 14 September 2024  08:51:44 -0400 (0:00:00.233)       0:00:48.543 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:51:44 -0400 (0:00:00.226)       0:00:48.769 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:51:44 -0400 (0:00:00.389)       0:00:49.159 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:51:44 -0400 (0:00:00.159)       0:00:49.319 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:51:45 -0400 (0:00:00.129)       0:00:49.448 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:51:45 -0400 (0:00:00.116)       0:00:49.564 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:51:46 -0400 (0:00:01.206)       0:00:50.771 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:51:47 -0400 (0:00:01.350)       0:00:52.121 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:51:47 -0400 (0:00:00.152)       0:00:52.274 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.149)       0:00:52.423 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.133)       0:00:52.557 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.109)       0:00:52.666 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.086)       0:00:52.753 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.091)       0:00:52.844 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.080)       0:00:52.924 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.172)       0:00:53.097 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.105)       0:00:53.203 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:51:48 -0400 (0:00:00.192)       0:00:53.395 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:51:49 -0400 (0:00:00.187)       0:00:53.583 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:51:49 -0400 (0:00:00.233)       0:00:53.816 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:51:49 -0400 (0:00:00.200)       0:00:54.016 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:51:50 -0400 (0:00:00.686)       0:00:54.703 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmp6xWMLK"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:51:50 -0400 (0:00:00.561)       0:00:55.265 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "state": "up"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)
[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:51:51 -0400 (0:00:01.041)       0:00:56.306 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:51:52 -0400 (0:00:00.122)       0:00:56.429 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", 
        "[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:51:52 -0400 (0:00:00.128)       0:00:56.557 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "state": "up"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", 
            "[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:51:52 -0400 (0:00:00.150)       0:00:56.708 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:51:52 -0400 (0:00:00.126)       0:00:56.835 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Asserts] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36
Saturday 14 September 2024  08:51:52 -0400 (0:00:00.386)       0:00:57.221 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed_node2

TASK [Include the task 'get_interface_stat.yml'] *******************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3
Saturday 14 September 2024  08:51:53 -0400 (0:00:00.417)       0:00:57.638 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node2

TASK [Get stat for interface statebr] ******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3
Saturday 14 September 2024  08:51:53 -0400 (0:00:00.256)       0:00:57.895 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "atime": 1726318311.6061692, 
        "block_size": 4096, 
        "blocks": 0, 
        "ctime": 1726318311.6051693, 
        "dev": 18, 
        "device_type": 0, 
        "executable": true, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 17684, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": true, 
        "isreg": false, 
        "issock": false, 
        "isuid": false, 
        "lnk_source": "/sys/devices/virtual/net/statebr", 
        "lnk_target": "../../devices/virtual/net/statebr", 
        "mode": "0777", 
        "mtime": 1726318311.6051693, 
        "nlink": 1, 
        "path": "/sys/class/net/statebr", 
        "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 - 'statebr'] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5
Saturday 14 September 2024  08:51:53 -0400 (0:00:00.428)       0:00:58.324 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Include the task 'get_profile_stat.yml'] *********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3
Saturday 14 September 2024  08:51:54 -0400 (0:00:00.129)       0:00:58.453 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node2

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3
Saturday 14 September 2024  08:51:54 -0400 (0:00:00.229)       0:00:58.683 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": false, 
        "lsr_net_profile_exists": false, 
        "lsr_net_profile_fingerprint": false
    }, 
    "changed": false
}

TASK [Stat profile file] *******************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9
Saturday 14 September 2024  08:51:54 -0400 (0:00:00.123)       0:00:58.806 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "atime": 1726318311.4521687, 
        "block_size": 4096, 
        "blocks": 8, 
        "ctime": 1726318302.71414, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 22482, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mode": "0644", 
        "mtime": 1726318302.71414, 
        "nlink": 1, 
        "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 127, 
        "uid": 0, 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Set NM profile exist flag based on the profile files] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17
Saturday 14 September 2024  08:51:54 -0400 (0:00:00.403)       0:00:59.210 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_exists": true
    }, 
    "changed": false
}

TASK [Get NM profile info] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25
Saturday 14 September 2024  08:51:54 -0400 (0:00:00.106)       0:00:59.316 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", 
    "delta": "0:00:00.020353", 
    "end": "2024-09-14 08:51:55.207040", 
    "rc": 1, 
    "start": "2024-09-14 08:51:55.186687"
}

MSG:

non-zero return code
...ignoring

TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35
Saturday 14 September 2024  08:51:55 -0400 (0:00:00.389)       0:00:59.705 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-statebr] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49
Saturday 14 September 2024  08:51:55 -0400 (0:00:00.073)       0:00:59.779 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "^# Ansible managed", 
        "/etc/sysconfig/network-scripts/ifcfg-statebr"
    ], 
    "delta": "0:00:00.002976", 
    "end": "2024-09-14 08:51:55.620080", 
    "rc": 0, 
    "start": "2024-09-14 08:51:55.617104"
}

STDOUT:

# Ansible managed

TASK [Verify the ansible_managed comment in ifcfg-statebr] *********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56
Saturday 14 September 2024  08:51:55 -0400 (0:00:00.498)       0:01:00.277 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": true
    }, 
    "changed": false
}

TASK [Get the fingerprint comment in ifcfg-statebr] ****************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62
Saturday 14 September 2024  08:51:56 -0400 (0:00:00.189)       0:01:00.467 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "^# system_role:network", 
        "/etc/sysconfig/network-scripts/ifcfg-statebr"
    ], 
    "delta": "0:00:00.002876", 
    "end": "2024-09-14 08:51:56.371564", 
    "rc": 0, 
    "start": "2024-09-14 08:51:56.368688"
}

STDOUT:

# system_role:network

TASK [Verify the fingerprint comment in ifcfg-statebr] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69
Saturday 14 September 2024  08:51:56 -0400 (0:00:00.422)       0:01:00.890 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_fingerprint": true
    }, 
    "changed": false
}

TASK [Assert that the profile is present - 'statebr'] **************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5
Saturday 14 September 2024  08:51:56 -0400 (0:00:00.121)       0:01:01.011 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert that the ansible managed comment is present in 'statebr'] *********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10
Saturday 14 September 2024  08:51:56 -0400 (0:00:00.116)       0:01:01.128 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert that the fingerprint comment is present in statebr] ***************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15
Saturday 14 September 2024  08:51:56 -0400 (0:00:00.109)       0:01:01.237 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Conditional asserts] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42
Saturday 14 September 2024  08:51:56 -0400 (0:00:00.150)       0:01:01.388 **** 

TASK [Success in test 'I can activate an existing profile'] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47
Saturday 14 September 2024  08:51:57 -0400 (0:00:00.093)       0:01:01.481 **** 
ok: [managed_node2] => {}

MSG:

+++++ Success in test 'I can activate an existing profile' +++++

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66
Saturday 14 September 2024  08:51:57 -0400 (0:00:00.110)       0:01:01.592 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node2

TASK [Cleanup profile and device] **********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3
Saturday 14 September 2024  08:51:57 -0400 (0:00:00.217)       0:01:01.810 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", 
    "delta": "0:00:00.044593", 
    "end": "2024-09-14 08:51:57.821019", 
    "rc": 0, 
    "start": "2024-09-14 08:51:57.776426"
}

STDERR:

Error: unknown connection 'statebr'.
Error: cannot delete unknown connection(s): 'statebr'.

TASK [Include the task 'run_test.yml'] *****************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:83
Saturday 14 September 2024  08:51:57 -0400 (0:00:00.589)       0:01:02.399 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node2

TASK [TEST: I can remove an existing profile without taking it down] ***********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5
Saturday 14 September 2024  08:51:58 -0400 (0:00:00.331)       0:01:02.730 **** 
ok: [managed_node2] => {}

MSG:

########## I can remove an existing profile without taking it down ##########

TASK [Show item] ***************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9
Saturday 14 September 2024  08:51:58 -0400 (0:00:00.205)       0:01:02.936 **** 
ok: [managed_node2] => (item=lsr_description) => {
    "ansible_loop_var": "item", 
    "item": "lsr_description", 
    "lsr_description": "I can remove an existing profile without taking it down"
}
ok: [managed_node2] => (item=lsr_setup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_setup", 
    "lsr_setup": [
        "tasks/create_bridge_profile.yml", 
        "tasks/activate_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_test) => {
    "ansible_loop_var": "item", 
    "item": "lsr_test", 
    "lsr_test": [
        "tasks/remove_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert", 
    "lsr_assert": [
        "tasks/assert_device_present.yml", 
        "tasks/assert_profile_absent.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert_when) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert_when", 
    "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined"
}
ok: [managed_node2] => (item=lsr_fail_debug) => {
    "ansible_loop_var": "item", 
    "item": "lsr_fail_debug", 
    "lsr_fail_debug": [
        "__network_connections_result"
    ]
}
ok: [managed_node2] => (item=lsr_cleanup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_cleanup", 
    "lsr_cleanup": [
        "tasks/cleanup_profile+device.yml"
    ]
}

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21
Saturday 14 September 2024  08:51:58 -0400 (0:00:00.222)       0:01:03.159 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node2

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Saturday 14 September 2024  08:51:59 -0400 (0:00:00.310)       0:01:03.469 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node2

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Saturday 14 September 2024  08:51:59 -0400 (0:00:00.206)       0:01:03.676 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "ls", 
        "-1"
    ], 
    "delta": "0:00:00.003272", 
    "end": "2024-09-14 08:51:59.532027", 
    "rc": 0, 
    "start": "2024-09-14 08:51:59.528755"
}

STDOUT:

bond0
bonding_masters
eth0
lo
rpltstbr

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Saturday 14 September 2024  08:51:59 -0400 (0:00:00.431)       0:01:04.107 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "current_interfaces": [
            "bond0", 
            "bonding_masters", 
            "eth0", 
            "lo", 
            "rpltstbr"
        ]
    }, 
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Saturday 14 September 2024  08:51:59 -0400 (0:00:00.111)       0:01:04.219 **** 
ok: [managed_node2] => {}

MSG:

current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr']

TASK [Setup] *******************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24
Saturday 14 September 2024  08:51:59 -0400 (0:00:00.138)       0:01:04.357 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3
Saturday 14 September 2024  08:52:00 -0400 (0:00:00.302)       0:01:04.660 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:52:00 -0400 (0:00:00.207)       0:01:04.867 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:52:00 -0400 (0:00:00.262)       0:01:05.130 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:52:00 -0400 (0:00:00.110)       0:01:05.241 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:52:00 -0400 (0:00:00.071)       0:01:05.312 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:52:00 -0400 (0:00:00.068)       0:01:05.381 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:52:02 -0400 (0:00:01.104)       0:01:06.485 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:52:03 -0400 (0:00:01.223)       0:01:07.709 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:52:03 -0400 (0:00:00.090)       0:01:07.800 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:52:03 -0400 (0:00:00.134)       0:01:07.934 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:52:03 -0400 (0:00:00.220)       0:01:08.154 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:52:03 -0400 (0:00:00.146)       0:01:08.301 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.107)       0:01:08.408 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.083)       0:01:08.492 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.087)       0:01:08.580 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.166)       0:01:08.747 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.089)       0:01:08.836 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.068)       0:01:08.905 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.072)       0:01:08.978 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.072)       0:01:09.050 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:52:04 -0400 (0:00:00.073)       0:01:09.123 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:52:05 -0400 (0:00:00.646)       0:01:09.770 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpFPKYmz"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:52:05 -0400 (0:00:00.437)       0:01:10.208 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "ip": {
                        "auto6": false, 
                        "dhcp4": false
                    }, 
                    "name": "statebr", 
                    "persistent_state": "present", 
                    "type": "bridge"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:52:06 -0400 (0:00:00.964)       0:01:11.172 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:52:07 -0400 (0:00:00.238)       0:01:11.411 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:52:07 -0400 (0:00:00.088)       0:01:11.500 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:52:07 -0400 (0:00:00.085)       0:01:11.586 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:52:07 -0400 (0:00:00.124)       0:01:11.711 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Show result] *************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14
Saturday 14 September 2024  08:52:07 -0400 (0:00:00.668)       0:01:12.379 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3
Saturday 14 September 2024  08:52:08 -0400 (0:00:00.141)       0:01:12.521 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:52:08 -0400 (0:00:00.157)       0:01:12.678 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:52:08 -0400 (0:00:00.161)       0:01:12.839 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:52:08 -0400 (0:00:00.103)       0:01:12.943 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:52:08 -0400 (0:00:00.120)       0:01:13.063 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:52:08 -0400 (0:00:00.122)       0:01:13.185 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:52:09 -0400 (0:00:01.015)       0:01:14.201 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:52:11 -0400 (0:00:01.542)       0:01:15.744 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:52:11 -0400 (0:00:00.233)       0:01:15.977 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:52:11 -0400 (0:00:00.119)       0:01:16.097 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:52:11 -0400 (0:00:00.107)       0:01:16.204 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:52:11 -0400 (0:00:00.118)       0:01:16.323 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:52:12 -0400 (0:00:00.123)       0:01:16.446 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:52:12 -0400 (0:00:00.143)       0:01:16.590 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:52:12 -0400 (0:00:00.135)       0:01:16.726 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:52:12 -0400 (0:00:00.208)       0:01:16.935 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:52:12 -0400 (0:00:00.164)       0:01:17.099 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:52:12 -0400 (0:00:00.168)       0:01:17.268 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:52:13 -0400 (0:00:00.175)       0:01:17.443 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:52:13 -0400 (0:00:00.156)       0:01:17.600 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:52:13 -0400 (0:00:00.111)       0:01:17.712 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:52:13 -0400 (0:00:00.643)       0:01:18.356 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpTwcbr7"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:52:14 -0400 (0:00:00.613)       0:01:18.969 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "state": "up"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)
[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:52:15 -0400 (0:00:01.158)       0:01:20.128 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:52:15 -0400 (0:00:00.119)       0:01:20.247 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", 
        "[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:52:15 -0400 (0:00:00.118)       0:01:20.366 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "state": "up"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", 
            "[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:52:16 -0400 (0:00:00.118)       0:01:20.484 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:52:16 -0400 (0:00:00.108)       0:01:20.593 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Test] ********************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30
Saturday 14 September 2024  08:52:16 -0400 (0:00:00.375)       0:01:20.968 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3
Saturday 14 September 2024  08:52:16 -0400 (0:00:00.196)       0:01:21.165 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:52:16 -0400 (0:00:00.154)       0:01:21.320 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:52:17 -0400 (0:00:00.136)       0:01:21.456 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:52:17 -0400 (0:00:00.089)       0:01:21.545 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:52:17 -0400 (0:00:00.067)       0:01:21.613 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:52:17 -0400 (0:00:00.069)       0:01:21.682 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:52:18 -0400 (0:00:00.881)       0:01:22.564 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:52:19 -0400 (0:00:01.240)       0:01:23.804 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:52:19 -0400 (0:00:00.120)       0:01:23.925 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:52:19 -0400 (0:00:00.109)       0:01:24.034 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:52:19 -0400 (0:00:00.119)       0:01:24.153 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:52:19 -0400 (0:00:00.117)       0:01:24.271 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:52:19 -0400 (0:00:00.111)       0:01:24.382 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:52:20 -0400 (0:00:00.120)       0:01:24.503 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:52:20 -0400 (0:00:00.096)       0:01:24.599 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:52:20 -0400 (0:00:00.134)       0:01:24.734 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:52:20 -0400 (0:00:00.120)       0:01:24.855 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:52:20 -0400 (0:00:00.117)       0:01:24.972 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:52:20 -0400 (0:00:00.117)       0:01:25.090 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:52:20 -0400 (0:00:00.109)       0:01:25.200 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:52:20 -0400 (0:00:00.120)       0:01:25.320 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:52:21 -0400 (0:00:00.504)       0:01:25.825 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmp3CBmQ3"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:52:22 -0400 (0:00:00.673)       0:01:26.498 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "persistent_state": "absent"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:52:22 -0400 (0:00:00.770)       0:01:27.269 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:52:22 -0400 (0:00:00.107)       0:01:27.376 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:52:23 -0400 (0:00:00.140)       0:01:27.517 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "persistent_state": "absent"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:52:23 -0400 (0:00:00.115)       0:01:27.633 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:52:23 -0400 (0:00:00.115)       0:01:27.749 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Asserts] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36
Saturday 14 September 2024  08:52:23 -0400 (0:00:00.509)       0:01:28.258 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node2

TASK [Include the task 'get_interface_stat.yml'] *******************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3
Saturday 14 September 2024  08:52:24 -0400 (0:00:00.320)       0:01:28.578 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node2

TASK [Get stat for interface statebr] ******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3
Saturday 14 September 2024  08:52:24 -0400 (0:00:00.284)       0:01:28.863 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "atime": 1726318335.5262485, 
        "block_size": 4096, 
        "blocks": 0, 
        "ctime": 1726318335.5252483, 
        "dev": 18, 
        "device_type": 0, 
        "executable": true, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 17684, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": true, 
        "isreg": false, 
        "issock": false, 
        "isuid": false, 
        "lnk_source": "/sys/devices/virtual/net/statebr", 
        "lnk_target": "../../devices/virtual/net/statebr", 
        "mode": "0777", 
        "mtime": 1726318335.5252483, 
        "nlink": 1, 
        "path": "/sys/class/net/statebr", 
        "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 - 'statebr'] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5
Saturday 14 September 2024  08:52:24 -0400 (0:00:00.379)       0:01:29.242 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Include the task 'get_profile_stat.yml'] *********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3
Saturday 14 September 2024  08:52:24 -0400 (0:00:00.082)       0:01:29.325 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node2

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3
Saturday 14 September 2024  08:52:25 -0400 (0:00:00.199)       0:01:29.525 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": false, 
        "lsr_net_profile_exists": false, 
        "lsr_net_profile_fingerprint": false
    }, 
    "changed": false
}

TASK [Stat profile file] *******************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9
Saturday 14 September 2024  08:52:25 -0400 (0:00:00.139)       0:01:29.664 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Set NM profile exist flag based on the profile files] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17
Saturday 14 September 2024  08:52:25 -0400 (0:00:00.362)       0:01:30.027 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get NM profile info] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25
Saturday 14 September 2024  08:52:25 -0400 (0:00:00.101)       0:01:30.128 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", 
    "delta": "0:00:00.020638", 
    "end": "2024-09-14 08:52:25.998912", 
    "rc": 1, 
    "start": "2024-09-14 08:52:25.978274"
}

MSG:

non-zero return code
...ignoring

TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35
Saturday 14 September 2024  08:52:26 -0400 (0:00:00.373)       0:01:30.502 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-statebr] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49
Saturday 14 September 2024  08:52:26 -0400 (0:00:00.105)       0:01:30.607 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Verify the ansible_managed comment in ifcfg-statebr] *********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56
Saturday 14 September 2024  08:52:26 -0400 (0:00:00.142)       0:01:30.749 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the fingerprint comment in ifcfg-statebr] ****************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62
Saturday 14 September 2024  08:52:26 -0400 (0:00:00.129)       0:01:30.878 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Verify the fingerprint comment in ifcfg-statebr] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69
Saturday 14 September 2024  08:52:26 -0400 (0:00:00.128)       0:01:31.006 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Assert that the profile is absent - 'statebr'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5
Saturday 14 September 2024  08:52:26 -0400 (0:00:00.114)       0:01:31.121 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Conditional asserts] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42
Saturday 14 September 2024  08:52:26 -0400 (0:00:00.121)       0:01:31.243 **** 

TASK [Success in test 'I can remove an existing profile without taking it down'] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47
Saturday 14 September 2024  08:52:26 -0400 (0:00:00.104)       0:01:31.348 **** 
ok: [managed_node2] => {}

MSG:

+++++ Success in test 'I can remove an existing profile without taking it down' +++++

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66
Saturday 14 September 2024  08:52:27 -0400 (0:00:00.112)       0:01:31.461 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node2

TASK [Cleanup profile and device] **********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3
Saturday 14 September 2024  08:52:27 -0400 (0:00:00.282)       0:01:31.743 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", 
    "delta": "0:00:00.044170", 
    "end": "2024-09-14 08:52:27.652978", 
    "rc": 0, 
    "start": "2024-09-14 08:52:27.608808"
}

STDERR:

Error: unknown connection 'statebr'.
Error: cannot delete unknown connection(s): 'statebr'.

TASK [Include the task 'run_test.yml'] *****************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:102
Saturday 14 September 2024  08:52:27 -0400 (0:00:00.453)       0:01:32.196 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node2

TASK [TEST: I can take a profile down that is absent] **************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5
Saturday 14 September 2024  08:52:28 -0400 (0:00:00.248)       0:01:32.445 **** 
ok: [managed_node2] => {}

MSG:

########## I can take a profile down that is absent ##########

TASK [Show item] ***************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9
Saturday 14 September 2024  08:52:28 -0400 (0:00:00.188)       0:01:32.634 **** 
ok: [managed_node2] => (item=lsr_description) => {
    "ansible_loop_var": "item", 
    "item": "lsr_description", 
    "lsr_description": "I can take a profile down that is absent"
}
ok: [managed_node2] => (item=lsr_setup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_setup", 
    "lsr_setup": [
        "tasks/create_bridge_profile.yml", 
        "tasks/activate_profile.yml", 
        "tasks/remove_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_test) => {
    "ansible_loop_var": "item", 
    "item": "lsr_test", 
    "lsr_test": [
        "tasks/remove+down_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert", 
    "lsr_assert": [
        "tasks/assert_profile_absent.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert_when) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert_when", 
    "lsr_assert_when": [
        {
            "condition": false, 
            "what": "tasks/assert_device_absent.yml"
        }
    ]
}
ok: [managed_node2] => (item=lsr_fail_debug) => {
    "ansible_loop_var": "item", 
    "item": "lsr_fail_debug", 
    "lsr_fail_debug": [
        "__network_connections_result"
    ]
}
ok: [managed_node2] => (item=lsr_cleanup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_cleanup", 
    "lsr_cleanup": [
        "tasks/cleanup_profile+device.yml"
    ]
}

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21
Saturday 14 September 2024  08:52:28 -0400 (0:00:00.230)       0:01:32.864 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node2

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Saturday 14 September 2024  08:52:28 -0400 (0:00:00.233)       0:01:33.098 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node2

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Saturday 14 September 2024  08:52:28 -0400 (0:00:00.202)       0:01:33.300 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "ls", 
        "-1"
    ], 
    "delta": "0:00:00.003145", 
    "end": "2024-09-14 08:52:29.190363", 
    "rc": 0, 
    "start": "2024-09-14 08:52:29.187218"
}

STDOUT:

bond0
bonding_masters
eth0
lo
rpltstbr

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Saturday 14 September 2024  08:52:29 -0400 (0:00:00.455)       0:01:33.756 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "current_interfaces": [
            "bond0", 
            "bonding_masters", 
            "eth0", 
            "lo", 
            "rpltstbr"
        ]
    }, 
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Saturday 14 September 2024  08:52:29 -0400 (0:00:00.116)       0:01:33.873 **** 
ok: [managed_node2] => {}

MSG:

current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr']

TASK [Setup] *******************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24
Saturday 14 September 2024  08:52:29 -0400 (0:00:00.129)       0:01:34.002 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3
Saturday 14 September 2024  08:52:29 -0400 (0:00:00.189)       0:01:34.192 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:52:29 -0400 (0:00:00.191)       0:01:34.383 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:52:30 -0400 (0:00:00.407)       0:01:34.791 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:52:30 -0400 (0:00:00.140)       0:01:34.931 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:52:30 -0400 (0:00:00.159)       0:01:35.091 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:52:30 -0400 (0:00:00.136)       0:01:35.228 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:52:31 -0400 (0:00:01.055)       0:01:36.283 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:52:33 -0400 (0:00:01.359)       0:01:37.642 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:52:33 -0400 (0:00:00.124)       0:01:37.767 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:52:33 -0400 (0:00:00.106)       0:01:37.873 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:52:33 -0400 (0:00:00.173)       0:01:38.046 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:52:33 -0400 (0:00:00.113)       0:01:38.160 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:52:33 -0400 (0:00:00.127)       0:01:38.288 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:52:33 -0400 (0:00:00.118)       0:01:38.406 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:52:34 -0400 (0:00:00.155)       0:01:38.561 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:52:34 -0400 (0:00:00.343)       0:01:38.904 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:52:34 -0400 (0:00:00.180)       0:01:39.085 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:52:34 -0400 (0:00:00.133)       0:01:39.218 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:52:35 -0400 (0:00:00.226)       0:01:39.445 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:52:35 -0400 (0:00:00.181)       0:01:39.626 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:52:35 -0400 (0:00:00.187)       0:01:39.814 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:52:36 -0400 (0:00:00.679)       0:01:40.493 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpSv0rrt"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:52:36 -0400 (0:00:00.455)       0:01:40.948 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "ip": {
                        "auto6": false, 
                        "dhcp4": false
                    }, 
                    "name": "statebr", 
                    "persistent_state": "present", 
                    "type": "bridge"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:52:37 -0400 (0:00:00.744)       0:01:41.693 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:52:37 -0400 (0:00:00.120)       0:01:41.813 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:52:37 -0400 (0:00:00.125)       0:01:41.939 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:52:37 -0400 (0:00:00.123)       0:01:42.062 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:52:37 -0400 (0:00:00.106)       0:01:42.168 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Show result] *************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14
Saturday 14 September 2024  08:52:38 -0400 (0:00:00.453)       0:01:42.622 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3
Saturday 14 September 2024  08:52:38 -0400 (0:00:00.136)       0:01:42.758 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:52:38 -0400 (0:00:00.356)       0:01:43.114 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:52:38 -0400 (0:00:00.248)       0:01:43.363 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:52:39 -0400 (0:00:00.155)       0:01:43.519 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:52:39 -0400 (0:00:00.187)       0:01:43.706 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:52:39 -0400 (0:00:00.253)       0:01:43.960 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:52:40 -0400 (0:00:00.977)       0:01:44.937 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:52:41 -0400 (0:00:01.248)       0:01:46.186 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:52:41 -0400 (0:00:00.115)       0:01:46.301 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:52:42 -0400 (0:00:00.106)       0:01:46.408 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:52:42 -0400 (0:00:00.110)       0:01:46.519 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:52:42 -0400 (0:00:00.109)       0:01:46.628 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:52:42 -0400 (0:00:00.133)       0:01:46.762 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:52:42 -0400 (0:00:00.143)       0:01:46.905 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:52:42 -0400 (0:00:00.154)       0:01:47.059 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:52:42 -0400 (0:00:00.202)       0:01:47.262 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:52:42 -0400 (0:00:00.131)       0:01:47.394 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:52:43 -0400 (0:00:00.135)       0:01:47.529 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:52:43 -0400 (0:00:00.226)       0:01:47.755 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:52:43 -0400 (0:00:00.154)       0:01:47.910 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:52:43 -0400 (0:00:00.130)       0:01:48.041 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:52:44 -0400 (0:00:00.871)       0:01:48.912 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpKOHERk"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:52:44 -0400 (0:00:00.461)       0:01:49.374 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "state": "up"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)
[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:52:46 -0400 (0:00:01.164)       0:01:50.538 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:52:46 -0400 (0:00:00.122)       0:01:50.660 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", 
        "[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:52:46 -0400 (0:00:00.134)       0:01:50.795 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "state": "up"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", 
            "[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:52:46 -0400 (0:00:00.113)       0:01:50.908 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:52:46 -0400 (0:00:00.137)       0:01:51.046 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3
Saturday 14 September 2024  08:52:47 -0400 (0:00:00.412)       0:01:51.459 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:52:47 -0400 (0:00:00.157)       0:01:51.616 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:52:47 -0400 (0:00:00.227)       0:01:51.844 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:52:47 -0400 (0:00:00.144)       0:01:51.988 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:52:47 -0400 (0:00:00.120)       0:01:52.109 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:52:47 -0400 (0:00:00.152)       0:01:52.261 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:52:48 -0400 (0:00:01.005)       0:01:53.267 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:52:50 -0400 (0:00:01.623)       0:01:54.890 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:52:50 -0400 (0:00:00.182)       0:01:55.072 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:52:50 -0400 (0:00:00.186)       0:01:55.259 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:52:50 -0400 (0:00:00.122)       0:01:55.382 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.117)       0:01:55.499 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.102)       0:01:55.602 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.095)       0:01:55.698 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.080)       0:01:55.778 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.141)       0:01:55.920 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.110)       0:01:56.031 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.114)       0:01:56.145 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.118)       0:01:56.263 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:52:51 -0400 (0:00:00.138)       0:01:56.402 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:52:52 -0400 (0:00:00.138)       0:01:56.541 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:52:53 -0400 (0:00:00.901)       0:01:57.442 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpJPTUMD"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:52:53 -0400 (0:00:00.863)       0:01:58.306 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "persistent_state": "absent"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:52:54 -0400 (0:00:00.842)       0:01:59.148 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:52:54 -0400 (0:00:00.167)       0:01:59.315 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:52:55 -0400 (0:00:00.115)       0:01:59.431 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "persistent_state": "absent"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:52:55 -0400 (0:00:00.099)       0:01:59.530 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:52:55 -0400 (0:00:00.081)       0:01:59.612 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Test] ********************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30
Saturday 14 September 2024  08:52:55 -0400 (0:00:00.365)       0:01:59.977 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3
Saturday 14 September 2024  08:52:55 -0400 (0:00:00.192)       0:02:00.169 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:52:55 -0400 (0:00:00.199)       0:02:00.369 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:52:56 -0400 (0:00:00.148)       0:02:00.517 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:52:56 -0400 (0:00:00.091)       0:02:00.609 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:52:56 -0400 (0:00:00.067)       0:02:00.677 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:52:56 -0400 (0:00:00.071)       0:02:00.748 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:52:57 -0400 (0:00:00.949)       0:02:01.697 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:52:58 -0400 (0:00:01.216)       0:02:02.914 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:52:58 -0400 (0:00:00.106)       0:02:03.020 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:52:58 -0400 (0:00:00.108)       0:02:03.128 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:52:58 -0400 (0:00:00.108)       0:02:03.237 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:52:58 -0400 (0:00:00.110)       0:02:03.347 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.110)       0:02:03.458 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.123)       0:02:03.581 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.110)       0:02:03.692 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.152)       0:02:03.844 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.122)       0:02:03.967 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.071)       0:02:04.038 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.080)       0:02:04.119 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.110)       0:02:04.229 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:52:59 -0400 (0:00:00.110)       0:02:04.340 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:53:00 -0400 (0:00:00.509)       0:02:04.849 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpieWlaC"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:53:00 -0400 (0:00:00.406)       0:02:05.256 **** 
ok: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "persistent_state": "absent", 
                    "state": "down"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": false
}

STDERR:

[003] <info>  #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist
[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:53:01 -0400 (0:00:00.639)       0:02:05.895 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:53:01 -0400 (0:00:00.068)       0:02:05.964 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", 
        "[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:53:01 -0400 (0:00:00.083)       0:02:06.048 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "persistent_state": "absent", 
                        "state": "down"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": false, 
        "failed": false, 
        "stderr": "[003] <info>  #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", 
        "stderr_lines": [
            "[003] <info>  #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", 
            "[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:53:01 -0400 (0:00:00.072)       0:02:06.120 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:53:01 -0400 (0:00:00.070)       0:02:06.191 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Asserts] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36
Saturday 14 September 2024  08:53:02 -0400 (0:00:00.370)       0:02:06.562 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node2

TASK [Include the task 'get_profile_stat.yml'] *********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3
Saturday 14 September 2024  08:53:02 -0400 (0:00:00.332)       0:02:06.895 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node2

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3
Saturday 14 September 2024  08:53:02 -0400 (0:00:00.300)       0:02:07.195 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": false, 
        "lsr_net_profile_exists": false, 
        "lsr_net_profile_fingerprint": false
    }, 
    "changed": false
}

TASK [Stat profile file] *******************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9
Saturday 14 September 2024  08:53:02 -0400 (0:00:00.105)       0:02:07.301 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Set NM profile exist flag based on the profile files] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17
Saturday 14 September 2024  08:53:03 -0400 (0:00:00.373)       0:02:07.674 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get NM profile info] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25
Saturday 14 September 2024  08:53:03 -0400 (0:00:00.105)       0:02:07.780 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", 
    "delta": "0:00:00.019210", 
    "end": "2024-09-14 08:53:03.647286", 
    "rc": 1, 
    "start": "2024-09-14 08:53:03.628076"
}

MSG:

non-zero return code
...ignoring

TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35
Saturday 14 September 2024  08:53:03 -0400 (0:00:00.406)       0:02:08.186 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-statebr] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49
Saturday 14 September 2024  08:53:03 -0400 (0:00:00.164)       0:02:08.351 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Verify the ansible_managed comment in ifcfg-statebr] *********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56
Saturday 14 September 2024  08:53:04 -0400 (0:00:00.211)       0:02:08.562 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the fingerprint comment in ifcfg-statebr] ****************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62
Saturday 14 September 2024  08:53:04 -0400 (0:00:00.236)       0:02:08.799 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Verify the fingerprint comment in ifcfg-statebr] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69
Saturday 14 September 2024  08:53:04 -0400 (0:00:00.188)       0:02:08.988 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Assert that the profile is absent - 'statebr'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5
Saturday 14 September 2024  08:53:04 -0400 (0:00:00.114)       0:02:09.102 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Conditional asserts] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42
Saturday 14 September 2024  08:53:04 -0400 (0:00:00.150)       0:02:09.252 **** 
skipping: [managed_node2] => (item={u'what': u'tasks/assert_device_absent.yml', u'condition': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "condition": false, 
        "what": "tasks/assert_device_absent.yml"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [Success in test 'I can take a profile down that is absent'] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47
Saturday 14 September 2024  08:53:04 -0400 (0:00:00.143)       0:02:09.396 **** 
ok: [managed_node2] => {}

MSG:

+++++ Success in test 'I can take a profile down that is absent' +++++

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66
Saturday 14 September 2024  08:53:05 -0400 (0:00:00.117)       0:02:09.513 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node2

TASK [Cleanup profile and device] **********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3
Saturday 14 September 2024  08:53:05 -0400 (0:00:00.243)       0:02:09.757 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", 
    "delta": "0:00:00.045529", 
    "end": "2024-09-14 08:53:05.684994", 
    "rc": 0, 
    "start": "2024-09-14 08:53:05.639465"
}

STDERR:

Error: unknown connection 'statebr'.
Error: cannot delete unknown connection(s): 'statebr'.

TASK [Include the task 'run_test.yml'] *****************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:124
Saturday 14 September 2024  08:53:05 -0400 (0:00:00.576)       0:02:10.334 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node2

TASK [TEST: I will not get an error when I try to remove an absent profile] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5
Saturday 14 September 2024  08:53:06 -0400 (0:00:00.248)       0:02:10.582 **** 
ok: [managed_node2] => {}

MSG:

########## I will not get an error when I try to remove an absent profile ##########

TASK [Show item] ***************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9
Saturday 14 September 2024  08:53:06 -0400 (0:00:00.098)       0:02:10.681 **** 
ok: [managed_node2] => (item=lsr_description) => {
    "ansible_loop_var": "item", 
    "item": "lsr_description", 
    "lsr_description": "I will not get an error when I try to remove an absent profile"
}
ok: [managed_node2] => (item=lsr_setup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_setup", 
    "lsr_setup": [
        "tasks/create_bridge_profile.yml", 
        "tasks/activate_profile.yml", 
        "tasks/remove+down_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_test) => {
    "ansible_loop_var": "item", 
    "item": "lsr_test", 
    "lsr_test": [
        "tasks/remove+down_profile.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert", 
    "lsr_assert": [
        "tasks/assert_profile_absent.yml", 
        "tasks/get_NetworkManager_NVR.yml"
    ]
}
ok: [managed_node2] => (item=lsr_assert_when) => {
    "ansible_loop_var": "item", 
    "item": "lsr_assert_when", 
    "lsr_assert_when": [
        {
            "condition": false, 
            "what": "tasks/assert_device_absent.yml"
        }
    ]
}
ok: [managed_node2] => (item=lsr_fail_debug) => {
    "ansible_loop_var": "item", 
    "item": "lsr_fail_debug", 
    "lsr_fail_debug": [
        "__network_connections_result"
    ]
}
ok: [managed_node2] => (item=lsr_cleanup) => {
    "ansible_loop_var": "item", 
    "item": "lsr_cleanup", 
    "lsr_cleanup": [
        "tasks/cleanup_profile+device.yml", 
        "tasks/check_network_dns.yml"
    ]
}

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21
Saturday 14 September 2024  08:53:06 -0400 (0:00:00.255)       0:02:10.936 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node2

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Saturday 14 September 2024  08:53:06 -0400 (0:00:00.293)       0:02:11.230 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node2

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Saturday 14 September 2024  08:53:07 -0400 (0:00:00.193)       0:02:11.424 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "ls", 
        "-1"
    ], 
    "delta": "0:00:00.003088", 
    "end": "2024-09-14 08:53:07.359553", 
    "rc": 0, 
    "start": "2024-09-14 08:53:07.356465"
}

STDOUT:

bond0
bonding_masters
eth0
lo
rpltstbr

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Saturday 14 September 2024  08:53:07 -0400 (0:00:00.459)       0:02:11.883 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "current_interfaces": [
            "bond0", 
            "bonding_masters", 
            "eth0", 
            "lo", 
            "rpltstbr"
        ]
    }, 
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Saturday 14 September 2024  08:53:07 -0400 (0:00:00.103)       0:02:11.986 **** 
ok: [managed_node2] => {}

MSG:

current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr']

TASK [Setup] *******************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24
Saturday 14 September 2024  08:53:07 -0400 (0:00:00.123)       0:02:12.110 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3
Saturday 14 September 2024  08:53:08 -0400 (0:00:00.378)       0:02:12.488 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:53:08 -0400 (0:00:00.224)       0:02:12.712 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:53:08 -0400 (0:00:00.267)       0:02:12.980 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:53:08 -0400 (0:00:00.161)       0:02:13.142 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:53:08 -0400 (0:00:00.081)       0:02:13.224 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:53:09 -0400 (0:00:00.210)       0:02:13.435 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:53:10 -0400 (0:00:01.063)       0:02:14.498 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:53:11 -0400 (0:00:01.213)       0:02:15.712 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:53:11 -0400 (0:00:00.129)       0:02:15.841 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:53:11 -0400 (0:00:00.095)       0:02:15.937 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:53:11 -0400 (0:00:00.078)       0:02:16.015 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:53:11 -0400 (0:00:00.100)       0:02:16.116 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:53:11 -0400 (0:00:00.116)       0:02:16.232 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:53:11 -0400 (0:00:00.125)       0:02:16.358 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:53:12 -0400 (0:00:00.115)       0:02:16.473 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:53:12 -0400 (0:00:00.241)       0:02:16.715 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:53:12 -0400 (0:00:00.208)       0:02:16.923 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:53:12 -0400 (0:00:00.250)       0:02:17.174 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:53:13 -0400 (0:00:00.233)       0:02:17.408 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:53:13 -0400 (0:00:00.163)       0:02:17.571 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:53:13 -0400 (0:00:00.112)       0:02:17.684 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:53:14 -0400 (0:00:00.774)       0:02:18.459 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmprhQriE"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:53:14 -0400 (0:00:00.588)       0:02:19.047 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "ip": {
                        "auto6": false, 
                        "dhcp4": false
                    }, 
                    "name": "statebr", 
                    "persistent_state": "present", 
                    "type": "bridge"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:53:15 -0400 (0:00:00.921)       0:02:19.969 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:53:15 -0400 (0:00:00.109)       0:02:20.079 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:53:15 -0400 (0:00:00.142)       0:02:20.222 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:53:15 -0400 (0:00:00.127)       0:02:20.349 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:53:16 -0400 (0:00:00.133)       0:02:20.482 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Show result] *************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14
Saturday 14 September 2024  08:53:16 -0400 (0:00:00.486)       0:02:20.969 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "auto6": false, 
                            "dhcp4": false
                        }, 
                        "name": "statebr", 
                        "persistent_state": "present", 
                        "type": "bridge"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'"
        ]
    }
}

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3
Saturday 14 September 2024  08:53:16 -0400 (0:00:00.108)       0:02:21.078 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:53:16 -0400 (0:00:00.235)       0:02:21.314 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:53:17 -0400 (0:00:00.463)       0:02:21.777 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:53:17 -0400 (0:00:00.206)       0:02:21.983 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:53:17 -0400 (0:00:00.111)       0:02:22.095 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:53:17 -0400 (0:00:00.108)       0:02:22.203 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:53:18 -0400 (0:00:00.984)       0:02:23.187 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:53:19 -0400 (0:00:01.195)       0:02:24.383 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:53:20 -0400 (0:00:00.107)       0:02:24.491 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:53:20 -0400 (0:00:00.105)       0:02:24.596 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:53:20 -0400 (0:00:00.118)       0:02:24.715 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:53:20 -0400 (0:00:00.343)       0:02:25.059 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:53:20 -0400 (0:00:00.194)       0:02:25.253 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:53:20 -0400 (0:00:00.142)       0:02:25.395 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:53:21 -0400 (0:00:00.150)       0:02:25.546 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:53:21 -0400 (0:00:00.186)       0:02:25.733 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:53:21 -0400 (0:00:00.123)       0:02:25.856 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:53:21 -0400 (0:00:00.202)       0:02:26.059 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:53:21 -0400 (0:00:00.218)       0:02:26.278 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:53:22 -0400 (0:00:00.206)       0:02:26.484 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:53:22 -0400 (0:00:00.174)       0:02:26.658 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:53:22 -0400 (0:00:00.630)       0:02:27.289 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmp9bDlBT"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:53:23 -0400 (0:00:00.641)       0:02:27.931 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "state": "up"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)
[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:53:24 -0400 (0:00:00.872)       0:02:28.804 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:53:24 -0400 (0:00:00.103)       0:02:28.907 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", 
        "[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:53:24 -0400 (0:00:00.092)       0:02:29.000 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "state": "up"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", 
        "stderr_lines": [
            "[002] <info>  #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", 
            "[003] <info>  #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:53:24 -0400 (0:00:00.084)       0:02:29.084 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:53:24 -0400 (0:00:00.075)       0:02:29.160 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3
Saturday 14 September 2024  08:53:25 -0400 (0:00:00.470)       0:02:29.630 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:53:25 -0400 (0:00:00.205)       0:02:29.835 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:53:25 -0400 (0:00:00.306)       0:02:30.141 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:53:25 -0400 (0:00:00.161)       0:02:30.303 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:53:26 -0400 (0:00:00.126)       0:02:30.429 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:53:26 -0400 (0:00:00.134)       0:02:30.564 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:53:27 -0400 (0:00:01.018)       0:02:31.582 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:53:28 -0400 (0:00:01.701)       0:02:33.283 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:53:29 -0400 (0:00:00.143)       0:02:33.427 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:53:29 -0400 (0:00:00.118)       0:02:33.546 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:53:29 -0400 (0:00:00.111)       0:02:33.658 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:53:29 -0400 (0:00:00.176)       0:02:33.834 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:53:29 -0400 (0:00:00.163)       0:02:33.998 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:53:29 -0400 (0:00:00.130)       0:02:34.129 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:53:29 -0400 (0:00:00.133)       0:02:34.262 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:53:30 -0400 (0:00:00.197)       0:02:34.460 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:53:30 -0400 (0:00:00.112)       0:02:34.572 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:53:30 -0400 (0:00:00.113)       0:02:34.685 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:53:30 -0400 (0:00:00.116)       0:02:34.802 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:53:30 -0400 (0:00:00.121)       0:02:34.924 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:53:30 -0400 (0:00:00.135)       0:02:35.060 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:53:31 -0400 (0:00:00.550)       0:02:35.610 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpIiXGp7"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:53:31 -0400 (0:00:00.399)       0:02:36.009 **** 
changed: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "persistent_state": "absent", 
                    "state": "down"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": true
}

STDERR:

[003] <info>  #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active
[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:53:32 -0400 (0:00:00.813)       0:02:36.822 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:53:32 -0400 (0:00:00.105)       0:02:36.928 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", 
        "[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:53:32 -0400 (0:00:00.118)       0:02:37.047 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "persistent_state": "absent", 
                        "state": "down"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[003] <info>  #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active\n[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", 
        "stderr_lines": [
            "[003] <info>  #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", 
            "[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:53:32 -0400 (0:00:00.115)       0:02:37.162 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:53:32 -0400 (0:00:00.111)       0:02:37.274 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Test] ********************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30
Saturday 14 September 2024  08:53:33 -0400 (0:00:00.464)       0:02:37.738 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node2

TASK [Include network role] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3
Saturday 14 September 2024  08:53:33 -0400 (0:00:00.217)       0:02:37.955 **** 

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 14 September 2024  08:53:33 -0400 (0:00:00.249)       0:02:38.205 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node2

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 14 September 2024  08:53:34 -0400 (0:00:00.325)       0:02:38.530 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 14 September 2024  08:53:34 -0400 (0:00:00.231)       0:02:38.762 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 14 September 2024  08:53:34 -0400 (0:00:00.220)       0:02:38.982 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 14 September 2024  08:53:34 -0400 (0:00:00.123)       0:02:39.105 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 14 September 2024  08:53:35 -0400 (0:00:01.021)       0:02:40.127 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 14 September 2024  08:53:37 -0400 (0:00:01.578)       0:02:41.705 **** 
ok: [managed_node2] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 14 September 2024  08:53:37 -0400 (0:00:00.121)       0:02:41.826 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 14 September 2024  08:53:37 -0400 (0:00:00.111)       0:02:41.938 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 14 September 2024  08:53:37 -0400 (0:00:00.119)       0:02:42.057 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 14 September 2024  08:53:37 -0400 (0:00:00.126)       0:02:42.184 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 14 September 2024  08:53:37 -0400 (0:00:00.165)       0:02:42.350 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 14 September 2024  08:53:38 -0400 (0:00:00.147)       0:02:42.498 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 14 September 2024  08:53:38 -0400 (0:00:00.175)       0:02:42.673 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 14 September 2024  08:53:38 -0400 (0:00:00.158)       0:02:42.832 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 14 September 2024  08:53:38 -0400 (0:00:00.072)       0:02:42.905 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 14 September 2024  08:53:38 -0400 (0:00:00.096)       0:02:43.001 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 14 September 2024  08:53:38 -0400 (0:00:00.118)       0:02:43.120 **** 
skipping: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 14 September 2024  08:53:38 -0400 (0:00:00.158)       0:02:43.278 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 14 September 2024  08:53:38 -0400 (0:00:00.074)       0:02:43.353 **** 
ok: [managed_node2] => {
    "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: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 14 September 2024  08:53:39 -0400 (0:00:00.463)       0:02:43.817 **** 
ok: [managed_node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-10667tf8Ldu/tmpqbzv2_"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 14 September 2024  08:53:39 -0400 (0:00:00.344)       0:02:44.161 **** 
ok: [managed_node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "statebr", 
                    "persistent_state": "absent", 
                    "state": "down"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": false
}

STDERR:

[003] <info>  #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist
[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 14 September 2024  08:53:40 -0400 (0:00:00.615)       0:02:44.776 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 14 September 2024  08:53:40 -0400 (0:00:00.096)       0:02:44.873 **** 
ok: [managed_node2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", 
        "[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 14 September 2024  08:53:40 -0400 (0:00:00.090)       0:02:44.964 **** 
ok: [managed_node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "statebr", 
                        "persistent_state": "absent", 
                        "state": "down"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": false, 
        "failed": false, 
        "stderr": "[003] <info>  #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", 
        "stderr_lines": [
            "[003] <info>  #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", 
            "[004] <info>  #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 14 September 2024  08:53:40 -0400 (0:00:00.079)       0:02:45.043 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 14 September 2024  08:53:40 -0400 (0:00:00.071)       0:02:45.114 **** 
ok: [managed_node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Asserts] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36
Saturday 14 September 2024  08:53:41 -0400 (0:00:00.302)       0:02:45.417 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml for managed_node2

TASK [Include the task 'get_profile_stat.yml'] *********************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3
Saturday 14 September 2024  08:53:41 -0400 (0:00:00.142)       0:02:45.559 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node2

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3
Saturday 14 September 2024  08:53:41 -0400 (0:00:00.126)       0:02:45.686 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": false, 
        "lsr_net_profile_exists": false, 
        "lsr_net_profile_fingerprint": false
    }, 
    "changed": false
}

TASK [Stat profile file] *******************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9
Saturday 14 September 2024  08:53:41 -0400 (0:00:00.142)       0:02:45.828 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Set NM profile exist flag based on the profile files] ********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17
Saturday 14 September 2024  08:53:41 -0400 (0:00:00.314)       0:02:46.143 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get NM profile info] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25
Saturday 14 September 2024  08:53:41 -0400 (0:00:00.070)       0:02:46.213 **** 
fatal: [managed_node2]: FAILED! => {
    "changed": false, 
    "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", 
    "delta": "0:00:00.019704", 
    "end": "2024-09-14 08:53:42.068665", 
    "rc": 1, 
    "start": "2024-09-14 08:53:42.048961"
}

MSG:

non-zero return code
...ignoring

TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35
Saturday 14 September 2024  08:53:42 -0400 (0:00:00.375)       0:02:46.589 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-statebr] ************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49
Saturday 14 September 2024  08:53:42 -0400 (0:00:00.110)       0:02:46.700 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Verify the ansible_managed comment in ifcfg-statebr] *********************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56
Saturday 14 September 2024  08:53:42 -0400 (0:00:00.126)       0:02:46.827 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get the fingerprint comment in ifcfg-statebr] ****************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62
Saturday 14 September 2024  08:53:42 -0400 (0:00:00.103)       0:02:46.930 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Verify the fingerprint comment in ifcfg-statebr] *************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69
Saturday 14 September 2024  08:53:42 -0400 (0:00:00.121)       0:02:47.052 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Assert that the profile is absent - 'statebr'] ***************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5
Saturday 14 September 2024  08:53:42 -0400 (0:00:00.093)       0:02:47.145 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get NetworkManager RPM version] ******************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:7
Saturday 14 September 2024  08:53:42 -0400 (0:00:00.079)       0:02:47.225 **** 
[WARNING]: Consider using the yum, dnf or zypper module rather than running
'rpm'.  If you need to use command because yum, dnf or zypper is insufficient
you can add 'warn: false' to this command task or set 'command_warnings=False'
in ansible.cfg to get rid of this message.
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "rpm", 
        "-qa", 
        "--qf", 
        "%{name}-%{version}-%{release}\\n", 
        "NetworkManager"
    ], 
    "delta": "0:00:00.588496", 
    "end": "2024-09-14 08:53:43.644191", 
    "rc": 0, 
    "start": "2024-09-14 08:53:43.055695"
}

STDOUT:

NetworkManager-1.18.8-2.el7_9

TASK [Store NetworkManager version] ********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:14
Saturday 14 September 2024  08:53:43 -0400 (0:00:01.032)       0:02:48.258 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9"
    }, 
    "changed": false
}

TASK [Show NetworkManager version] *********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:18
Saturday 14 September 2024  08:53:43 -0400 (0:00:00.122)       0:02:48.381 **** 
ok: [managed_node2] => {
    "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9"
}

TASK [Conditional asserts] *****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42
Saturday 14 September 2024  08:53:44 -0400 (0:00:00.116)       0:02:48.498 **** 
skipping: [managed_node2] => (item={u'what': u'tasks/assert_device_absent.yml', u'condition': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "condition": false, 
        "what": "tasks/assert_device_absent.yml"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [Success in test 'I will not get an error when I try to remove an absent profile'] ***
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47
Saturday 14 September 2024  08:53:44 -0400 (0:00:00.127)       0:02:48.625 **** 
ok: [managed_node2] => {}

MSG:

+++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66
Saturday 14 September 2024  08:53:44 -0400 (0:00:00.151)       0:02:48.776 **** 
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node2
included: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed_node2

TASK [Cleanup profile and device] **********************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3
Saturday 14 September 2024  08:53:44 -0400 (0:00:00.272)       0:02:49.048 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", 
    "delta": "0:00:00.044420", 
    "end": "2024-09-14 08:53:44.942014", 
    "rc": 0, 
    "start": "2024-09-14 08:53:44.897594"
}

STDERR:

Error: unknown connection 'statebr'.
Error: cannot delete unknown connection(s): 'statebr'.

TASK [Check routes and DNS] ****************************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6
Saturday 14 September 2024  08:53:45 -0400 (0:00:00.434)       0:02:49.483 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n  cat /etc/resolv.conf\nelse\n  echo NO /etc/resolv.conf\n  ls -alrtF /etc/resolv.* || :\nfi\n", 
    "delta": "0:00:00.006742", 
    "end": "2024-09-14 08:53:45.418423", 
    "rc": 0, 
    "start": "2024-09-14 08:53:45.411681"
}

STDOUT:

IP
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc mq state UP group default qlen 1000
    link/ether 0e:75:82:e9:21:c7 brd ff:ff:ff:ff:ff:ff
    inet 10.31.42.252/22 brd 10.31.43.255 scope global noprefixroute dynamic eth0
       valid_lft 2502sec preferred_lft 2502sec
    inet6 fe80::c75:82ff:fee9:21c7/64 scope link 
       valid_lft forever preferred_lft forever
8: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 0a:81:e0:5a:30:d1 brd ff:ff:ff:ff:ff:ff
26: rpltstbr: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether 56:c9:53:25:c9:54 brd ff:ff:ff:ff:ff:ff
    inet 192.0.2.72/31 brd 192.0.2.73 scope global noprefixroute rpltstbr
       valid_lft forever preferred_lft forever
IP ROUTE
default via 10.31.40.1 dev eth0 proto dhcp metric 100 
10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.252 metric 100 
192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 
IP -6 ROUTE
unreachable ::/96 dev lo metric 1024 error -113 pref medium
unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium
unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium
unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium
unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium
unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium
unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium
unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium
unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium
fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium
RESOLV
# Generated by NetworkManager
search us-east-1.aws.redhat.com
nameserver 10.29.169.13
nameserver 10.29.170.12
nameserver 10.2.32.1

TASK [Verify DNS and network connectivity] *************************************
task path: /tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24
Saturday 14 September 2024  08:53:45 -0400 (0:00:00.589)       0:02:50.072 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n  if ! getent hosts \"$host\"; then\n    echo FAILED to lookup host \"$host\"\n    exit 1\n  fi\n  if ! curl -o /dev/null https://\"$host\"; then\n    echo FAILED to contact host \"$host\"\n    exit 1\n  fi\ndone\n", 
    "delta": "0:00:00.443812", 
    "end": "2024-09-14 08:53:46.467380", 
    "rc": 0, 
    "start": "2024-09-14 08:53:46.023568"
}

STDOUT:

CHECK DNS AND CONNECTIVITY
2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org
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
2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org
2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org
2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.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: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
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


STDERR:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   305  100   305    0     0   1373      0 --:--:-- --:--:-- --:--:--  1380
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   291  100   291    0     0   1437      0 --:--:-- --:--:-- --:--:--  1440
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node2              : ok=337  changed=13   unreachable=0    failed=0    skipped=285  rescued=0    ignored=10  

Saturday 14 September 2024  08:53:46 -0400 (0:00:00.909)       0:02:50.982 **** 
=============================================================================== 
fedora.linux_system_roles.network : Check which packages are installed --- 1.92s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.70s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.64s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.62s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.58s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.54s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
Gather current interface info ------------------------------------------- 1.44s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 
fedora.linux_system_roles.network : Check which packages are installed --- 1.36s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.35s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.28s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.25s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.24s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.22s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.22s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.21s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.21s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which packages are installed --- 1.20s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.11s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which services are running ---- 1.10s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which services are running ---- 1.06s
/tmp/collections-K55/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21