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

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:00:06 -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:00:07 -0400 (0:00:01.090)       0:00:01.097 ********* 
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:00:07 -0400 (0:00:00.019)       0:00:01.117 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts",
    "skip_reason": "Conditional result was False"
}

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

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

TASK [Fix CentOS6 Base repo] ***************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.021)       0:00:01.607 ********* 
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:00:08 -0400 (0:00:00.013)       0:00:01.621 ********* 
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:00:08 -0400 (0:00:00.028)       0:00:01.649 ********* 
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:00:08 -0400 (0:00:00.013)       0:00:01.663 ********* 
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:00:08 -0400 (0:00:00.013)       0:00:01.677 ********* 
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:00:08 -0400 (0:00:00.012)       0:00:01.689 ********* 
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:00:08 -0400 (0:00:00.015)       0:00:01.704 ********* 
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:00:08 -0400 (0:00:00.012)       0:00:01.717 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}

PLAY [Play for testing bond connection] ****************************************

TASK [Gathering Facts] *********************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.027)       0:00:01.745 ********* 
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 [INIT Prepare setup] ******************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.024)       0:00:01.769 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [Install dnsmasq] *********************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:01.787 ********* 
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 [Install pgrep, sysctl] ***************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:01.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"
}

TASK [Install pgrep, sysctl] ***************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:01.824 ********* 
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 [Create test interfaces] **************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:01.843 ********* 
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 'get_interface_stat.yml'] *******************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.017)       0:00:01.860 ********* 
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 [Assert that the interface is present - 'test1'] **************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.019)       0:00:01.880 ********* 
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 'get_interface_stat.yml'] *******************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.019)       0:00:01.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"
}

TASK [Assert that the interface is present - 'test2'] **************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:01.918 ********* 
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 [Backup the /etc/resolv.conf for initscript] ******************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:01.936 ********* 
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 [TEST Add Bond with 2 ports] **********************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:01.955 ********* 
skipping: [managed_node1] => {
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)"
}

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.017)       0:00:01.972 ********* 
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:00:08 -0400 (0:00:00.017)       0:00:01.990 ********* 
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:00:08 -0400 (0:00:00.021)       0:00:02.011 ********* 
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:00:08 -0400 (0:00:00.018)       0:00:02.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 : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:02.049 ********* 
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:00:08 -0400 (0:00:00.020)       0:00:02.070 ********* 
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:00:08 -0400 (0:00:00.019)       0:00:02.089 ********* 
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:00:08 -0400 (0:00:00.018)       0:00:02.108 ********* 
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:00:08 -0400 (0:00:00.020)       0:00:02.128 ********* 
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:00:08 -0400 (0:00:00.020)       0:00:02.148 ********* 
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:00:08 -0400 (0:00:00.022)       0:00:02.170 ********* 
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:00:08 -0400 (0:00:00.022)       0:00:02.193 ********* 
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:00:08 -0400 (0:00:00.018)       0:00:02.211 ********* 
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:00:08 -0400 (0:00:00.018)       0:00:02.229 ********* 
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:00:08 -0400 (0:00:00.020)       0:00:02.249 ********* 
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:00:08 -0400 (0:00:00.017)       0:00:02.267 ********* 
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:00:08 -0400 (0:00:00.017)       0:00:02.285 ********* 
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:00:08 -0400 (0:00:00.020)       0:00:02.305 ********* 
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:00:08 -0400 (0:00:00.017)       0:00:02.323 ********* 
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:00:08 -0400 (0:00:00.017)       0:00:02.340 ********* 
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:00:08 -0400 (0:00:00.019)       0:00:02.360 ********* 
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:00:08 -0400 (0:00:00.017)       0:00:02.378 ********* 
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 'get_interface_stat.yml'] *******************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.019)       0:00:02.397 ********* 
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 [Assert that the interface is present - 'nm-bond'] ************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.020)       0:00:02.418 ********* 
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_profile_present.yml'] ***************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.017)       0:00:02.435 ********* 
skipping: [managed_node1] => (item=bond0)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "item": "bond0",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=bond0.0)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "item": "bond0.0",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=bond0.1)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)",
    "item": "bond0.1",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [** TEST check polling interval] ******************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.026)       0:00:02.462 ********* 
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 [** TEST check IPv4] ******************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.019)       0:00:02.481 ********* 
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 [** TEST check IPv6] ******************************************************
Thursday 25 July 2024  07:00:08 -0400 (0:00:00.018)       0:00:02.499 ********* 
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:00:08 -0400 (0:00:00.017)       0:00:02.517 ********* 
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:00:09 -0400 (0:00:00.021)       0:00:02.539 ********* 
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:00:09 -0400 (0:00:00.017)       0:00:02.557 ********* 
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:00:09 -0400 (0:00:00.020)       0:00:02.577 ********* 
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:00:09 -0400 (0:00:00.021)       0:00:02.599 ********* 
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:00:09 -0400 (0:00:00.021)       0:00:02.620 ********* 
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:00:09 -0400 (0:00:00.018)       0:00:02.638 ********* 
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:00:09 -0400 (0:00:00.019)       0:00:02.657 ********* 
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:00:09 -0400 (0:00:00.018)       0:00:02.675 ********* 
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:00:09 -0400 (0:00:00.017)       0:00:02.693 ********* 
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:00:09 -0400 (0:00:00.020)       0:00:02.714 ********* 
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:00:09 -0400 (0:00:00.018)       0:00:02.732 ********* 
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:00:09 -0400 (0:00:00.018)       0:00:02.750 ********* 
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:00:09 -0400 (0:00:00.019)       0:00:02.770 ********* 
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:00:09 -0400 (0:00:00.018)       0:00:02.788 ********* 
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:00:09 -0400 (0:00:00.018)       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"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
Thursday 25 July 2024  07:00:09 -0400 (0:00:00.021)       0:00:02.828 ********* 
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:00:09 -0400 (0:00:00.017)       0:00:02.846 ********* 
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:00:09 -0400 (0:00:00.018)       0:00:02.864 ********* 
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:00:09 -0400 (0:00:00.017)       0:00:02.881 ********* 
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:00:09 -0400 (0:00:00.019)       0:00:02.901 ********* 
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:00:09 -0400 (0:00:00.017)       0:00:02.918 ********* 
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 [Delete the device 'nm-bond'] *********************************************
Thursday 25 July 2024  07:00:09 -0400 (0:00:00.021)       0:00:02.940 ********* 
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 [Remove test interfaces] **************************************************
Thursday 25 July 2024  07:00:09 -0400 (0:00:00.019)       0:00:02.960 ********* 
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 [Stop dnsmasq/radvd services] *********************************************
Thursday 25 July 2024  07:00:09 -0400 (0:00:00.017)       0:00:02.978 ********* 
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 [Restore the /etc/resolv.conf for initscript] *****************************
Thursday 25 July 2024  07:00:09 -0400 (0:00:00.018)       0:00:02.996 ********* 
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:00:09 -0400 (0:00:00.021)       0:00:03.017 ********* 
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=6    changed=0    unreachable=0    failed=0    skipped=74   rescued=0    ignored=0   

Thursday 25 July 2024  07:00:09 -0400 (0:00:00.027)       0:00:03.045 ********* 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 1.09s
Check if system is ostree ----------------------------------------------- 0.45s
Include the task 'enable_epel.yml' -------------------------------------- 0.03s
Set network provider to 'initscripts' ----------------------------------- 0.03s
Verify network state restored to default -------------------------------- 0.03s
Include the task 'assert_profile_present.yml' --------------------------- 0.03s
Gathering Facts --------------------------------------------------------- 0.02s
fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.02s
fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.02s
Set flag to indicate system is ostree ----------------------------------- 0.02s
fedora.linux_system_roles.network : Print network provider -------------- 0.02s
fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 0.02s
fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.02s
Restore the /etc/resolv.conf for initscript ----------------------------- 0.02s
fedora.linux_system_roles.network : Ensure ansible_facts used by role --- 0.02s
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.02s
fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later --- 0.02s
fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later --- 0.02s
fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.02s
fedora.linux_system_roles.network : Install packages -------------------- 0.02s