[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles

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

TASK [Gathering Facts] *********************************************************
Saturday 06 July 2024  06:42:07 -0400 (0:00:00.007)       0:00:00.007 ********* 
ok: [managed_node1]

TASK [Include the task 'el_repo_setup.yml'] ************************************
Saturday 06 July 2024  06:42:08 -0400 (0:00:01.070)       0:00:01.078 ********* 
included: /var/ARTIFACTS/work-generalqza6ryit/plans/general/tree/tmp.YgWlUNRm7s/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1

TASK [Gather the minimum subset of ansible_facts required by the network role test] ***
Saturday 06 July 2024  06:42:08 -0400 (0:00:00.019)       0:00:01.097 ********* 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
Saturday 06 July 2024  06:42:09 -0400 (0:00:00.519)       0:00:01.616 ********* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
Saturday 06 July 2024  06:42:09 -0400 (0:00:00.456)       0:00:02.073 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__network_is_ostree": false
    },
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
Saturday 06 July 2024  06:42:09 -0400 (0:00:00.022)       0:00:02.096 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
Saturday 06 July 2024  06:42:09 -0400 (0:00:00.014)       0:00:02.110 ********* 
included: /var/ARTIFACTS/work-generalqza6ryit/plans/general/tree/tmp.YgWlUNRm7s/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 8] ***********************************************************
Saturday 06 July 2024  06:42:09 -0400 (0:00:00.037)       0:00:02.148 ********* 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "delta": null,
    "end": null,
    "rc": 0,
    "start": null
}

STDOUT:

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


MSG:

Did not run command since '/etc/yum.repos.d/epel.repo' exists

TASK [Install yum-utils package] ***********************************************
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.458)       0:00:02.607 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.014)       0:00:02.621 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.015)       0:00:02.637 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.248846",
    "end": "2024-07-06 06:42:10.654716",
    "rc": 0,
    "start": "2024-07-06 06:42:10.405870"
}

TASK [Enable EPEL 6] ***********************************************************
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.603)       0:00:03.240 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.013)       0:00:03.254 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}

PLAY [Test executing the role with default parameters] *************************

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.033)       0:00:03.288 ********* 
included: /var/ARTIFACTS/work-generalqza6ryit/plans/general/tree/tmp.YgWlUNRm7s/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.039)       0:00:03.327 ********* 
skipping: [managed_node1] => {
    "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] ***********
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.031)       0:00:03.358 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.031)       0:00:03.390 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
Saturday 06 July 2024  06:42:10 -0400 (0:00:00.030)       0:00:03.421 ********* 
ok: [managed_node1] => {
    "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] ***
Saturday 06 July 2024  06:42:12 -0400 (0:00:01.816)       0:00:05.237 ********* 
ok: [managed_node1] => {
    "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] **************
Saturday 06 July 2024  06:42:14 -0400 (0:00:01.777)       0:00:07.014 ********* 
ok: [managed_node1] => {}

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] ***
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.048)       0:00:07.063 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.048)       0:00:07.112 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.048)       0:00:07.160 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.053)       0:00:07.213 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int < 8",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.045)       0:00:07.259 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.050)       0:00:07.309 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not network_packages is subset(ansible_facts.packages.keys())",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.084)       0:00:07.394 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.049)       0:00:07.443 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
Saturday 06 July 2024  06:42:14 -0400 (0:00:00.048)       0:00:07.491 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
Saturday 06 July 2024  06:42:15 -0400 (0:00:00.074)       0:00:07.566 ********* 
skipping: [managed_node1] => {
    "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] *****
Saturday 06 July 2024  06:42:15 -0400 (0:00:00.048)       0:00:07.615 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
Saturday 06 July 2024  06:42:15 -0400 (0:00:00.047)       0:00:07.662 ********* 
ok: [managed_node1] => {
    "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] ***
Saturday 06 July 2024  06:42:15 -0400 (0:00:00.801)       0:00:08.464 ********* 
ok: [managed_node1] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-1971413xyni_x/tmp8x3p1ma7"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
Saturday 06 July 2024  06:42:16 -0400 (0:00:00.394)       0:00:08.859 ********* 
ok: [managed_node1] => {
    "_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] **********
Saturday 06 July 2024  06:42:16 -0400 (0:00:00.640)       0:00:09.500 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
Saturday 06 July 2024  06:42:17 -0400 (0:00:00.049)       0:00:09.549 ********* 
ok: [managed_node1] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
Saturday 06 July 2024  06:42:17 -0400 (0:00:00.048)       0:00:09.597 ********* 
ok: [managed_node1] => {
    "__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] ***
Saturday 06 July 2024  06:42:17 -0400 (0:00:00.051)       0:00:09.649 ********* 
skipping: [managed_node1] => {
    "false_condition": "network_state is defined"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
Saturday 06 July 2024  06:42:17 -0400 (0:00:00.049)       0:00:09.698 ********* 
ok: [managed_node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Include the task 'el_repo_setup.yml'] ************************************
Saturday 06 July 2024  06:42:17 -0400 (0:00:00.493)       0:00:10.191 ********* 
included: /var/ARTIFACTS/work-generalqza6ryit/plans/general/tree/tmp.YgWlUNRm7s/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1

TASK [Gather the minimum subset of ansible_facts required by the network role test] ***
Saturday 06 July 2024  06:42:17 -0400 (0:00:00.068)       0:00:10.259 ********* 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
Saturday 06 July 2024  06:42:18 -0400 (0:00:00.547)       0:00:10.806 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
Saturday 06 July 2024  06:42:18 -0400 (0:00:00.049)       0:00:10.855 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Fix CentOS6 Base repo] ***************************************************
Saturday 06 July 2024  06:42:18 -0400 (0:00:00.048)       0:00:10.904 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
Saturday 06 July 2024  06:42:18 -0400 (0:00:00.075)       0:00:10.979 ********* 
included: /var/ARTIFACTS/work-generalqza6ryit/plans/general/tree/tmp.YgWlUNRm7s/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 8] ***********************************************************
Saturday 06 July 2024  06:42:18 -0400 (0:00:00.071)       0:00:11.050 ********* 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "delta": null,
    "end": null,
    "rc": 0,
    "start": null
}

STDOUT:

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


MSG:

Did not run command since '/etc/yum.repos.d/epel.repo' exists

TASK [Install yum-utils package] ***********************************************
Saturday 06 July 2024  06:42:18 -0400 (0:00:00.386)       0:00:11.436 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
Saturday 06 July 2024  06:42:18 -0400 (0:00:00.047)       0:00:11.484 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
Saturday 06 July 2024  06:42:18 -0400 (0:00:00.047)       0:00:11.531 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.244433",
    "end": "2024-07-06 06:42:19.557097",
    "rc": 0,
    "start": "2024-07-06 06:42:19.312664"
}

TASK [Enable EPEL 6] ***********************************************************
Saturday 06 July 2024  06:42:19 -0400 (0:00:00.631)       0:00:12.162 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Test warning and info logs] **********************************************
Saturday 06 July 2024  06:42:19 -0400 (0:00:00.047)       0:00:12.210 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

PLAY RECAP *********************************************************************
managed_node1              : ok=25   changed=0    unreachable=0    failed=0    skipped=26   rescued=0    ignored=0   

Saturday 06 July 2024  06:42:19 -0400 (0:00:00.101)       0:00:12.311 ********* 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 1.82s
fedora.linux_system_roles.network : Check which packages are installed --- 1.78s
Gathering Facts --------------------------------------------------------- 1.07s
fedora.linux_system_roles.network : Enable network service -------------- 0.80s
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.64s
Enable EPEL 8 ----------------------------------------------------------- 0.63s
Enable EPEL 8 ----------------------------------------------------------- 0.60s
Gather the minimum subset of ansible_facts required by the network role test --- 0.55s
Gather the minimum subset of ansible_facts required by the network role test --- 0.52s
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.49s
Create EPEL 8 ----------------------------------------------------------- 0.46s
Check if system is ostree ----------------------------------------------- 0.46s
fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.39s
Create EPEL 8 ----------------------------------------------------------- 0.39s
Test warning and info logs ---------------------------------------------- 0.10s
fedora.linux_system_roles.network : Install packages -------------------- 0.08s
Fix CentOS6 Base repo --------------------------------------------------- 0.08s
fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.07s
Include the task 'enable_epel.yml' -------------------------------------- 0.07s
Include the task 'el_repo_setup.yml' ------------------------------------ 0.07s