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_integration_pytest.yml *****************************************
7 plays in /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml

PLAY [Run playbook 'playbooks/integration_pytest_python3.yml'] *****************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:3
Wednesday 14 August 2024  18:56:50 -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-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:6
Wednesday 14 August 2024  18:56:51 -0400 (0:00:01.192)       0:00:01.227 ****** 
included: /tmp/collections-VFo/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-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Wednesday 14 August 2024  18:56:51 -0400 (0:00:00.060)       0:00:01.287 ****** 
ok: [managed_node2]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Wednesday 14 August 2024  18:56:51 -0400 (0:00:00.485)       0:00:01.773 ****** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Wednesday 14 August 2024  18:56:52 -0400 (0:00:00.592)       0:00:02.365 ****** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__network_is_ostree": false
    }, 
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Wednesday 14 August 2024  18:56:52 -0400 (0:00:00.074)       0:00:02.440 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Wednesday 14 August 2024  18:56:52 -0400 (0:00:00.065)       0:00:02.506 ****** 
included: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node2

TASK [Create EPEL 7] ***********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Wednesday 14 August 2024  18:56:52 -0400 (0:00:00.150)       0:00:02.657 ****** 
ok: [managed_node2] => {
    "attempts": 1, 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-iv", 
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
    ], 
    "rc": 0
}

STDOUT:

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

TASK [Install yum-utils package] ***********************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:24
Wednesday 14 August 2024  18:56:53 -0400 (0:00:00.593)       0:00:03.250 ****** 
ok: [managed_node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed"
    ]
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:30
Wednesday 14 August 2024  18:56:54 -0400 (0:00:00.848)       0:00:04.098 ****** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "yum-config-manager", 
        "--enable", 
        "epel"
    ], 
    "delta": "0:00:00.160723", 
    "end": "2024-08-14 18:56:54.827384", 
    "rc": 0, 
    "start": "2024-08-14 18:56:54.666661"
}

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-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:35
Wednesday 14 August 2024  18:56:54 -0400 (0:00:00.687)       0:00:04.786 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:40
Wednesday 14 August 2024  18:56:54 -0400 (0:00:00.034)       0:00:04.820 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Install dependencies for integration tests] ******************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:3
Wednesday 14 August 2024  18:56:54 -0400 (0:00:00.036)       0:00:04.857 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers

TASK [Install rpm dependencies] ************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:12
Wednesday 14 August 2024  18:56:54 -0400 (0:00:00.029)       0:00:04.886 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Install Pytest] **********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:18
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.029)       0:00:04.915 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Run playbook 'tests_default.yml' with initscripts as provider] ***********

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:3
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.033)       0:00:04.949 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:6
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.024)       0:00:04.973 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:8
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.031)       0:00:05.005 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Test executing the role with default parameters] *************************
META: ran handlers

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.036)       0:00:05.041 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.022)       0:00:05.063 ****** 
skipping: [managed_node2] => {}

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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.021)       0:00:05.085 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.022)       0:00:05.108 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.022)       0:00:05.131 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.026)       0:00:05.157 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.030)       0:00:05.188 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.030)       0:00:05.218 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.031)       0:00:05.249 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.031)       0:00:05.281 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.032)       0:00:05.313 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.031)       0:00:05.344 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.032)       0:00:05.376 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.031)       0:00:05.408 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.031)       0:00:05.440 ****** 
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 : Ensure initscripts network file dependency is present] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.030)       0:00:05.470 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.037)       0:00:05.508 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.031)       0:00:05.539 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.033)       0:00:05.572 ****** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.032)       0:00:05.605 ****** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.056)       0:00:05.661 ****** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.031)       0:00:05.693 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.072)       0:00:05.765 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Test warning and info logs] **********************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.070)       0:00:05.836 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Run playbook 'tests_default.yml' with nm as provider] ********************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:3
Wednesday 14 August 2024  18:56:55 -0400 (0:00:00.047)       0:00:05.883 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:6
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.030)       0:00:05.914 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'nm'] ********************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:8
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.031)       0:00:05.946 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Test executing the role with default parameters] *************************
META: ran handlers

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.043)       0:00:05.989 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.031)       0:00:06.020 ****** 
skipping: [managed_node2] => {}

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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.033)       0:00:06.054 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.031)       0:00:06.086 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.033)       0:00:06.119 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.076)       0:00:06.195 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.048)       0:00:06.244 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.078)       0:00:06.322 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.043)       0:00:06.366 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.040)       0:00:06.406 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.072)       0:00:06.479 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.095)       0:00:06.574 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.056)       0:00:06.631 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.072)       0:00:06.704 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.057)       0:00:06.761 ****** 
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 : Ensure initscripts network file dependency is present] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.031)       0:00:06.793 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.039)       0:00:06.833 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Wednesday 14 August 2024  18:56:56 -0400 (0:00:00.045)       0:00:06.879 ****** 
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-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.037)       0:00:06.916 ****** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.046)       0:00:06.963 ****** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.034)       0:00:06.997 ****** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.032)       0:00:07.030 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.027)       0:00:07.057 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Test warning and info logs] **********************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.025)       0:00:07.082 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Run Pytest tests] ********************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:34
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.034)       0:00:07.116 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers

TASK [Create tempdir for code to test] *****************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:39
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.026)       0:00:07.143 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get tempfile for tar] ****************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:45
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.031)       0:00:07.174 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] *************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:52
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.027)       0:00:07.202 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get tests directory] *****************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:55
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.022)       0:00:07.225 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Create Tar file] *********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:70
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.025)       0:00:07.250 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Copy testrepo.tar to the remote system] **********************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:84
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.021)       0:00:07.271 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Untar testrepo.tar] ******************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:90
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.020)       0:00:07.292 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Create subdirectory './ansible' under '{{ _rundir.path }}'] **************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:96
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.021)       0:00:07.313 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Move module_utils to ansible directory] **********************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:102
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.020)       0:00:07.334 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Fake out python module directories, primarily for python2] ***************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:109
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.021)       0:00:07.355 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set _lsr_python_path] ****************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:118
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.019)       0:00:07.375 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Show _lsr_python_path] ***************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:122
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.020)       0:00:07.396 ****** 
skipping: [managed_node2] => {}

TASK [List the files in {{ _rundir.path }}] ************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:126
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.021)       0:00:07.417 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Run pytest with nm] ******************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:132
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.020)       0:00:07.438 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Debug stdout_lines of the running playbook with nm] **********************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:142
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.021)       0:00:07.460 ****** 
skipping: [managed_node2] => {}

TASK [Install network-scripts when running pytest with initscripts] ************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:148
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.021)       0:00:07.482 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Run pytest with initscripts] *********************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:153
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.021)       0:00:07.503 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Debug stdout_lines of the running playbook with initscripts] *************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:163
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.022)       0:00:07.525 ****** 
skipping: [managed_node2] => {}

TASK [Remove local tar file] ***************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:167
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.023)       0:00:07.548 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Remove tempdir] **********************************************************
task path: /tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:173
Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.021)       0:00:07.569 ****** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node2              : ok=9    changed=0    unreachable=0    failed=0    skipped=81   rescued=0    ignored=0   

Wednesday 14 August 2024  18:56:57 -0400 (0:00:00.015)       0:00:07.585 ****** 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 1.19s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:3 
Install yum-utils package ----------------------------------------------- 0.85s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:24 
Enable EPEL 7 ----------------------------------------------------------- 0.69s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:30 
Create EPEL 7 ----------------------------------------------------------- 0.59s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 
Check if system is ostree ----------------------------------------------- 0.59s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 
Gather the minimum subset of ansible_facts required by the network role test --- 0.49s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 
Include the task 'enable_epel.yml' -------------------------------------- 0.15s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 
fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.10s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 
fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces --- 0.08s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 
fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later --- 0.08s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 
Set flag to indicate system is ostree ----------------------------------- 0.07s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.07s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 
fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.07s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 
fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.07s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 
Include the task 'el_repo_setup.yml' ------------------------------------ 0.07s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 
Fix CentOS6 Base repo --------------------------------------------------- 0.07s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 
Include the task 'el_repo_setup.yml' ------------------------------------ 0.06s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:6 
fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.06s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 
fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.06s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 
fedora.linux_system_roles.network : Show debug messages for the network_connections --- 0.06s
/tmp/collections-VFo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181