ansible-playbook 2.9.27
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)]
No config file found; using defaults
[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-1kB/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-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:3
Friday 07 February 2025  14:23:45 -0500 (0:00:00.029)       0:00:00.029 ******* 
ok: [managed-node3]
META: ran handlers

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:6
Friday 07 February 2025  14:23:46 -0500 (0:00:01.007)       0:00:01.036 ******* 
included: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3

TASK [Gather the minimum subset of ansible_facts required by the network role test] ***
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Friday 07 February 2025  14:23:46 -0500 (0:00:00.034)       0:00:01.071 ******* 
ok: [managed-node3]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Friday 07 February 2025  14:23:47 -0500 (0:00:00.721)       0:00:01.793 ******* 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Friday 07 February 2025  14:23:47 -0500 (0:00:00.476)       0:00:02.269 ******* 
ok: [managed-node3] => {
    "ansible_facts": {
        "__network_is_ostree": false
    },
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Friday 07 February 2025  14:23:47 -0500 (0:00:00.044)       0:00:02.313 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Friday 07 February 2025  14:23:47 -0500 (0:00:00.039)       0:00:02.353 ******* 
included: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node3

TASK [Create EPEL 8] ***********************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Friday 07 February 2025  14:23:47 -0500 (0:00:00.105)       0:00:02.459 ******* 
ok: [managed-node3] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "rc": 0
}

STDOUT:

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

TASK [Install yum-utils package] ***********************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26
Friday 07 February 2025  14:23:48 -0500 (0:00:00.503)       0:00:02.962 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32
Friday 07 February 2025  14:23:48 -0500 (0:00:00.029)       0:00:02.992 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37
Friday 07 February 2025  14:23:48 -0500 (0:00:00.047)       0:00:03.039 ******* 
[WARNING]: Consider using the dnf module rather than running 'dnf'.  If you
need to use command because dnf is insufficient you can add 'warn: false' to
this command task or set 'command_warnings=False' in ansible.cfg to get rid of
this message.
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.233170",
    "end": "2025-02-07 14:23:49.177023",
    "rc": 0,
    "start": "2025-02-07 14:23:48.943853"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42
Friday 07 February 2025  14:23:49 -0500 (0:00:00.682)       0:00:03.722 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:8
Friday 07 February 2025  14:23:49 -0500 (0:00:00.025)       0:00:03.747 ******* 
ok: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Friday 07 February 2025  14:23:49 -0500 (0:00:00.048)       0:00:03.796 ******* 
included: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Friday 07 February 2025  14:23:49 -0500 (0:00:00.051)       0:00:03.848 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Friday 07 February 2025  14:23:49 -0500 (0:00:00.031)       0:00:03.879 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Friday 07 February 2025  14:23:49 -0500 (0:00:00.039)       0:00:03.918 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Friday 07 February 2025  14:23:49 -0500 (0:00:00.032)       0:00:03.951 ******* 
ok: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Friday 07 February 2025  14:23:51 -0500 (0:00:01.703)       0:00:05.654 ******* 
ok: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Friday 07 February 2025  14:23:53 -0500 (0:00:01.884)       0:00:07.538 ******* 
ok: [managed-node3] => {}

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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Friday 07 February 2025  14:23:53 -0500 (0:00:00.086)       0:00:07.625 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Friday 07 February 2025  14:23:53 -0500 (0:00:00.067)       0:00:07.692 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Friday 07 February 2025  14:23:53 -0500 (0:00:00.064)       0:00:07.756 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Friday 07 February 2025  14:23:53 -0500 (0:00:00.066)       0:00:07.823 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Friday 07 February 2025  14:23:53 -0500 (0:00:00.121)       0:00:07.944 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Friday 07 February 2025  14:23:53 -0500 (0:00:00.069)       0:00:08.014 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Friday 07 February 2025  14:23:53 -0500 (0:00:00.108)       0:00:08.123 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Friday 07 February 2025  14:23:53 -0500 (0:00:00.162)       0:00:08.285 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Friday 07 February 2025  14:23:53 -0500 (0:00:00.056)       0:00:08.342 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Friday 07 February 2025  14:23:53 -0500 (0:00:00.073)       0:00:08.415 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Friday 07 February 2025  14:23:53 -0500 (0:00:00.069)       0:00:08.484 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Friday 07 February 2025  14:23:54 -0500 (0:00:00.066)       0:00:08.551 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Friday 07 February 2025  14:23:54 -0500 (0:00:00.065)       0:00:08.616 ******* 
ok: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Friday 07 February 2025  14:23:55 -0500 (0:00:01.071)       0:00:09.688 ******* 
ok: [managed-node3] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-25722_qnnapg6/tmpxf07juoy"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Friday 07 February 2025  14:23:55 -0500 (0:00:00.431)       0:00:10.119 ******* 
ok: [managed-node3] => {
    "_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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Friday 07 February 2025  14:23:56 -0500 (0:00:00.673)       0:00:10.792 ******* 
skipping: [managed-node3] => {
    "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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Friday 07 February 2025  14:23:56 -0500 (0:00:00.052)       0:00:10.845 ******* 
ok: [managed-node3] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Friday 07 February 2025  14:23:56 -0500 (0:00:00.067)       0:00:10.912 ******* 
ok: [managed-node3] => {
    "__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-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Friday 07 February 2025  14:23:56 -0500 (0:00:00.076)       0:00:10.988 ******* 
skipping: [managed-node3] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Friday 07 February 2025  14:23:56 -0500 (0:00:00.115)       0:00:11.104 ******* 
ok: [managed-node3] => {
    "changed": false,
    "ping": "pong"
}

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9
Friday 07 February 2025  14:23:57 -0500 (0:00:00.650)       0:00:11.755 ******* 
included: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3

TASK [Gather the minimum subset of ansible_facts required by the network role test] ***
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Friday 07 February 2025  14:23:57 -0500 (0:00:00.096)       0:00:11.851 ******* 
ok: [managed-node3]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Friday 07 February 2025  14:23:57 -0500 (0:00:00.533)       0:00:12.384 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Friday 07 February 2025  14:23:57 -0500 (0:00:00.034)       0:00:12.419 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Friday 07 February 2025  14:23:57 -0500 (0:00:00.064)       0:00:12.483 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Friday 07 February 2025  14:23:58 -0500 (0:00:00.040)       0:00:12.523 ******* 
included: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node3

TASK [Create EPEL 8] ***********************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Friday 07 February 2025  14:23:58 -0500 (0:00:00.085)       0:00:12.608 ******* 
ok: [managed-node3] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "rc": 0
}

STDOUT:

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

TASK [Install yum-utils package] ***********************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26
Friday 07 February 2025  14:23:58 -0500 (0:00:00.442)       0:00:13.051 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32
Friday 07 February 2025  14:23:58 -0500 (0:00:00.042)       0:00:13.093 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37
Friday 07 February 2025  14:23:58 -0500 (0:00:00.037)       0:00:13.131 ******* 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.223765",
    "end": "2025-02-07 14:23:59.163819",
    "rc": 0,
    "start": "2025-02-07 14:23:58.940054"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42
Friday 07 February 2025  14:23:59 -0500 (0:00:00.612)       0:00:13.744 ******* 
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Test warning and info logs] **********************************************
task path: /tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11
Friday 07 February 2025  14:23:59 -0500 (0:00:00.056)       0:00:13.800 ******* 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

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

Friday 07 February 2025  14:23:59 -0500 (0:00:00.025)       0:00:13.826 ******* 
=============================================================================== 
fedora.linux_system_roles.network : Check which packages are installed --- 1.88s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.70s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Enable network service -------------- 1.07s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 
Gathering Facts --------------------------------------------------------- 1.01s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:3 
Gather the minimum subset of ansible_facts required by the network role test --- 0.72s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 
Enable EPEL 8 ----------------------------------------------------------- 0.68s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.67s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.65s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 
Enable EPEL 8 ----------------------------------------------------------- 0.61s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 
Gather the minimum subset of ansible_facts required by the network role test --- 0.53s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 
Create EPEL 8 ----------------------------------------------------------- 0.50s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 
Check if system is ostree ----------------------------------------------- 0.48s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 
Create EPEL 8 ----------------------------------------------------------- 0.44s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 
fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.43s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 
fedora.linux_system_roles.network : Install packages -------------------- 0.16s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 
fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces --- 0.12s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 
fedora.linux_system_roles.network : Show debug messages for the network_state --- 0.12s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 
fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces --- 0.11s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 
Include the task 'enable_epel.yml' -------------------------------------- 0.11s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 
Include the task 'el_repo_setup.yml' ------------------------------------ 0.10s
/tmp/collections-1kB/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9