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_default_initscripts.yml ****************************************
2 plays in /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:3
Saturday 05 October 2024  08:58:53 -0400 (0:00:00.036)       0:00:00.036 ****** 
ok: [managed-node2]
META: ran handlers

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:6
Saturday 05 October 2024  08:58:54 -0400 (0:00:00.942)       0:00:00.979 ****** 
included: /tmp/collections-BUr/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-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Saturday 05 October 2024  08:58:54 -0400 (0:00:00.032)       0:00:01.011 ****** 
ok: [managed-node2]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Saturday 05 October 2024  08:58:55 -0400 (0:00:00.399)       0:00:01.410 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Saturday 05 October 2024  08:58:55 -0400 (0:00:00.456)       0:00:01.867 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__network_is_ostree": false
    }, 
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Saturday 05 October 2024  08:58:55 -0400 (0:00:00.085)       0:00:01.953 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Saturday 05 October 2024  08:58:55 -0400 (0:00:00.099)       0:00:02.053 ****** 
included: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node2

TASK [Create EPEL 7] ***********************************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Saturday 05 October 2024  08:58:55 -0400 (0:00:00.078)       0:00:02.131 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26
Saturday 05 October 2024  08:58:56 -0400 (0:00:00.447)       0:00:02.578 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32
Saturday 05 October 2024  08:58:56 -0400 (0:00:00.610)       0:00:03.188 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "yum-config-manager", 
        "--enable", 
        "epel"
    ], 
    "delta": "0:00:00.160626", 
    "end": "2024-10-05 08:58:57.207398", 
    "rc": 0, 
    "start": "2024-10-05 08:58:57.046772"
}

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-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37
Saturday 05 October 2024  08:58:57 -0400 (0:00:00.457)       0:00:03.646 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42
Saturday 05 October 2024  08:58:57 -0400 (0:00:00.039)       0:00:03.686 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:8
Saturday 05 October 2024  08:58:57 -0400 (0:00:00.038)       0:00:03.725 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    }, 
    "changed": 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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 05 October 2024  08:58:57 -0400 (0:00:00.045)       0:00:03.771 ****** 
included: /tmp/collections-BUr/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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 05 October 2024  08:58:57 -0400 (0:00:00.063)       0:00:03.834 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 05 October 2024  08:58:57 -0400 (0:00:00.043)       0:00:03.878 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 05 October 2024  08:58:57 -0400 (0:00:00.039)       0:00:03.917 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 05 October 2024  08:58:57 -0400 (0:00:00.038)       0:00:03.956 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 05 October 2024  08:58:58 -0400 (0:00:01.090)       0:00:05.046 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 05 October 2024  08:59:00 -0400 (0:00:01.751)       0:00:06.797 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 05 October 2024  08:59:00 -0400 (0:00:00.114)       0:00:06.912 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 05 October 2024  08:59:00 -0400 (0:00:00.147)       0:00:07.059 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 05 October 2024  08:59:00 -0400 (0:00:00.109)       0:00:07.168 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 05 October 2024  08:59:00 -0400 (0:00:00.073)       0:00:07.241 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 05 October 2024  08:59:00 -0400 (0:00:00.071)       0:00:07.313 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 05 October 2024  08:59:01 -0400 (0:00:00.072)       0:00:07.385 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 05 October 2024  08:59:01 -0400 (0:00:00.114)       0:00:07.499 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 05 October 2024  08:59:01 -0400 (0:00:00.179)       0:00:07.679 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 05 October 2024  08:59:01 -0400 (0:00:00.112)       0:00:07.791 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 05 October 2024  08:59:01 -0400 (0:00:00.110)       0:00:07.901 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 05 October 2024  08:59:01 -0400 (0:00:00.115)       0:00:08.017 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 05 October 2024  08:59:01 -0400 (0:00:00.114)       0:00:08.132 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 05 October 2024  08:59:01 -0400 (0:00:00.122)       0:00:08.254 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 05 October 2024  08:59:02 -0400 (0:00:00.918)       0:00:09.172 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "dest": "/etc/sysconfig/network", 
    "src": "/root/.ansible/tmp/ansible-local-3105m2sry9/tmpkmxkn3"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 05 October 2024  08:59:03 -0400 (0:00:00.396)       0:00:09.568 ****** 
ok: [managed-node2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "initscripts"
        }
    }, 
    "changed": false
}

STDERR:




TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 05 October 2024  08:59:04 -0400 (0:00:01.011)       0:00:10.580 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 05 October 2024  08:59:04 -0400 (0:00:00.153)       0:00:10.733 ****** 
ok: [managed-node2] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 05 October 2024  08:59:04 -0400 (0:00:00.117)       0:00:10.851 ****** 
ok: [managed-node2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "initscripts"
            }
        }, 
        "changed": false, 
        "failed": false, 
        "stderr": "\n", 
        "stderr_lines": [
            ""
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 05 October 2024  08:59:04 -0400 (0:00:00.089)       0:00:10.941 ****** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 05 October 2024  08:59:04 -0400 (0:00:00.079)       0:00:11.020 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9
Saturday 05 October 2024  08:59:05 -0400 (0:00:00.509)       0:00:11.529 ****** 
included: /tmp/collections-BUr/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-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Saturday 05 October 2024  08:59:05 -0400 (0:00:00.138)       0:00:11.667 ****** 
ok: [managed-node2]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Saturday 05 October 2024  08:59:05 -0400 (0:00:00.436)       0:00:12.103 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Saturday 05 October 2024  08:59:05 -0400 (0:00:00.070)       0:00:12.174 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Saturday 05 October 2024  08:59:05 -0400 (0:00:00.068)       0:00:12.243 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Saturday 05 October 2024  08:59:05 -0400 (0:00:00.082)       0:00:12.325 ****** 
included: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node2

TASK [Create EPEL 7] ***********************************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Saturday 05 October 2024  08:59:06 -0400 (0:00:00.187)       0:00:12.513 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26
Saturday 05 October 2024  08:59:06 -0400 (0:00:00.359)       0:00:12.872 ****** 
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-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32
Saturday 05 October 2024  08:59:07 -0400 (0:00:00.643)       0:00:13.515 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "yum-config-manager", 
        "--enable", 
        "epel"
    ], 
    "delta": "0:00:00.163056", 
    "end": "2024-10-05 08:59:07.560606", 
    "rc": 0, 
    "start": "2024-10-05 08:59:07.397550"
}

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-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37
Saturday 05 October 2024  08:59:07 -0400 (0:00:00.516)       0:00:14.032 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42
Saturday 05 October 2024  08:59:07 -0400 (0:00:00.077)       0:00:14.109 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Test warning and info logs] **********************************************
task path: /tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11
Saturday 05 October 2024  08:59:07 -0400 (0:00:00.073)       0:00:14.182 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node2              : ok=27   changed=0    unreachable=0    failed=0    skipped=25   rescued=0    ignored=0   

Saturday 05 October 2024  08:59:07 -0400 (0:00:00.025)       0:00:14.208 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which packages are installed --- 1.75s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.09s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Configure networking connection profiles --- 1.01s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 
Gathering Facts --------------------------------------------------------- 0.94s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:3 
fedora.linux_system_roles.network : Enable network service -------------- 0.92s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 
Install yum-utils package ----------------------------------------------- 0.64s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 
Install yum-utils package ----------------------------------------------- 0.61s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 
Enable EPEL 7 ----------------------------------------------------------- 0.52s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.51s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 
Enable EPEL 7 ----------------------------------------------------------- 0.46s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 
Check if system is ostree ----------------------------------------------- 0.46s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 
Create EPEL 7 ----------------------------------------------------------- 0.45s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 
Gather the minimum subset of ansible_facts required by the network role test --- 0.44s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 
Gather the minimum subset of ansible_facts required by the network role test --- 0.40s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 
fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.40s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 
Create EPEL 7 ----------------------------------------------------------- 0.36s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 
Include the task 'enable_epel.yml' -------------------------------------- 0.19s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 
fedora.linux_system_roles.network : Install packages -------------------- 0.18s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 
fedora.linux_system_roles.network : Configure networking state ---------- 0.15s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 
fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.15s
/tmp/collections-BUr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11