[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 'playbooks/tests_bridge.yml' with initscripts as provider] ***

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:01 -0400 (0:00:00.007)       0:00:00.007 ********* 
[WARNING]: Platform linux on host managed_node1 is using the discovered Python
interpreter at /usr/bin/python3.9, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed_node1]

TASK [Include the task 'el_repo_setup.yml'] ************************************
Thursday 25 July 2024  07:03:02 -0400 (0:00:01.086)       0:00:01.094 ********* 
included: /var/ARTIFACTS/work-generalhtq93w0s/plans/general/tree/tmp.b4rLoXEZys/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] ***
Thursday 25 July 2024  07:03:02 -0400 (0:00:00.018)       0:00:01.112 ********* 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.529)       0:00:01.641 ********* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.442)       0:00:02.083 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__network_is_ostree": false
    },
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.021)       0:00:02.105 ********* 
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'] **************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.013)       0:00:02.118 ********* 
included: /var/ARTIFACTS/work-generalhtq93w0s/plans/general/tree/tmp.b4rLoXEZys/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 9] ***********************************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.026)       0:00:02.145 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version in ['7', '8']",
    "skip_reason": "Conditional result was False"
}

TASK [Install yum-utils package] ***********************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.014)       0:00:02.159 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version in ['7', '8']",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.012)       0:00:02.171 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version in ['7', '8']",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.012)       0:00:02.183 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version in ['7', '8']",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.012)       0:00:02.195 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.014)       0:00:02.210 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}

PLAY [Test configuring bridges] ************************************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.023)       0:00:02.234 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Set interface=LSR-TST-br31] **********************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.023)       0:00:02.258 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'show_interfaces.yml'] **********************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.018)       0:00:02.276 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'assert_device_absent.yml'] *****************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.017)       0:00:02.294 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Add test bridge] *********************************************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.032)       0:00:02.327 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.022)       0:00:02.350 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.018)       0:00:02.368 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
Thursday 25 July 2024  07:03:03 -0400 (0:00:00.019)       0:00:02.388 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.407 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.425 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.019)       0:00:02.445 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.463 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:02.480 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:02.497 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.516 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.534 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.552 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.020)       0:00:02.572 ********* 
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] *****
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.020)       0:00:02.593 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.021)       0:00:02.614 ********* 
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 : Ensure initscripts network file dependency is present] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.021)       0:00:02.635 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.654 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking state] **********
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:02.671 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.020)       0:00:02.692 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:02.710 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.728 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.020)       0:00:02.749 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Run the tasklist tasks/assert_device_present.yml] ************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.032)       0:00:02.782 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'tasks/assert_device_present.yml'] **********************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.024)       0:00:02.806 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Run the tasklist tasks/assert_profile_present.yml] ***********************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.029)       0:00:02.835 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'tasks/assert_profile_present.yml'] *********************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.026)       0:00:02.861 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Set down {{ profile }}] **************************************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.033)       0:00:02.895 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.024)       0:00:02.920 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.938 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.956 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.019)       0:00:02.976 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:02.994 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:03.012 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:03.030 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.019)       0:00:03.050 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:03.068 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:03.086 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:03.104 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:03.122 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.016)       0:00:03.139 ********* 
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] *****
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:03.157 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.019)       0:00:03.176 ********* 
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 : Ensure initscripts network file dependency is present] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.020)       0:00:03.197 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.020)       0:00:03.218 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking state] **********
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:03.236 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.017)       0:00:03.254 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.020)       0:00:03.275 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:03.293 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.018)       0:00:03.312 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Delete the interface] ****************************************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.033)       0:00:03.346 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'delete_interface.yml'] *********************************
Thursday 25 July 2024  07:03:04 -0400 (0:00:00.024)       0:00:03.370 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Remove {{ profile }}] ****************************************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.037)       0:00:03.407 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.023)       0:00:03.430 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.021)       0:00:03.452 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.022)       0:00:03.474 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.493 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.020)       0:00:03.513 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.531 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.550 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "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] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.021)       0:00:03.572 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.019)       0:00:03.591 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.609 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.020)       0:00:03.630 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.017)       0:00:03.648 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.666 ********* 
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] *****
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.021)       0:00:03.687 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.706 ********* 
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 : Ensure initscripts network file dependency is present] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.017)       0:00:03.724 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.020)       0:00:03.744 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking state] **********
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.762 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.781 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.019)       0:00:03.801 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.820 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.018)       0:00:03.838 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Run the tasklist tasks/assert_profile_absent.yml] ************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.036)       0:00:03.874 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'tasks/assert_profile_absent.yml'] **********************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.024)       0:00:03.899 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Run the tasklist tasks/assert_device_absent.yml] *************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.032)       0:00:03.931 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'tasks/assert_device_absent.yml'] ***********************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.023)       0:00:03.955 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY [Verify that cleanup restored state to default] ***************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.031)       0:00:03.987 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify network state restored to default] ********************************
Thursday 25 July 2024  07:03:05 -0400 (0:00:00.023)       0:00:04.010 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "skip_reason": "Conditional result was False"
}

PLAY RECAP *********************************************************************
managed_node1              : ok=7    changed=0    unreachable=0    failed=0    skipped=91   rescued=0    ignored=0   

Thursday 25 July 2024  07:03:05 -0400 (0:00:00.027)       0:00:04.038 ********* 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 1.09s
Gather the minimum subset of ansible_facts required by the network role test --- 0.53s
Check if system is ostree ----------------------------------------------- 0.44s
Include the task 'delete_interface.yml' --------------------------------- 0.04s
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.04s
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.03s
Include the task 'tasks/assert_profile_present.yml' --------------------- 0.03s
Include the task 'assert_device_absent.yml' ----------------------------- 0.03s
Include the task 'tasks/assert_profile_absent.yml' ---------------------- 0.03s
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.03s
Include the task 'tasks/assert_device_absent.yml' ----------------------- 0.03s
Include the task 'tasks/assert_device_present.yml' ---------------------- 0.03s
Verify network state restored to default -------------------------------- 0.03s
Include the task 'enable_epel.yml' -------------------------------------- 0.03s
Gathering Facts --------------------------------------------------------- 0.03s
Gathering Facts --------------------------------------------------------- 0.02s
Gathering Facts --------------------------------------------------------- 0.02s
Gathering Facts --------------------------------------------------------- 0.02s
Gathering Facts --------------------------------------------------------- 0.02s
Gathering Facts --------------------------------------------------------- 0.02s