ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml 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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 February 2025 12:29:35 -0500 (0:00:00.062) 0:00:00.062 **** included: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node5 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 February 2025 12:29:35 -0500 (0:00:00.096) 0:00:00.159 **** ok: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 February 2025 12:29:36 -0500 (0:00:01.262) 0:00:01.422 **** ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 February 2025 12:29:37 -0500 (0:00:01.099) 0:00:02.522 **** ok: [managed-node5] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 February 2025 12:29:37 -0500 (0:00:00.221) 0:00:02.743 **** ok: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 February 2025 12:29:39 -0500 (0:00:01.309) 0:00:04.052 **** ok: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 February 2025 12:29:41 -0500 (0:00:02.400) 0:00:06.453 **** ok: [managed-node5] => {} MSG: Using network provider: nm 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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 February 2025 12:29:41 -0500 (0:00:00.225) 0:00:06.679 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 February 2025 12:29:42 -0500 (0:00:00.307) 0:00:06.986 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 February 2025 12:29:42 -0500 (0:00:00.156) 0:00:07.143 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 February 2025 12:29:42 -0500 (0:00:00.236) 0:00:07.379 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 February 2025 12:29:42 -0500 (0:00:00.256) 0:00:07.635 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 February 2025 12:29:42 -0500 (0:00:00.172) 0:00:07.808 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 February 2025 12:29:43 -0500 (0:00:00.176) 0:00:07.985 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 February 2025 12:29:43 -0500 (0:00:00.237) 0:00:08.222 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 February 2025 12:29:43 -0500 (0:00:00.359) 0:00:08.582 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 February 2025 12:29:44 -0500 (0:00:00.414) 0:00:08.996 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 February 2025 12:29:44 -0500 (0:00:00.384) 0:00:09.381 **** ok: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 February 2025 12:29:47 -0500 (0:00:02.673) 0:00:12.054 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 February 2025 12:29:47 -0500 (0:00:00.313) 0:00:12.368 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 February 2025 12:29:47 -0500 (0:00:00.447) 0:00:12.815 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 February 2025 12:29:48 -0500 (0:00:00.199) 0:00:13.015 **** ok: [managed-node5] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 February 2025 12:29:49 -0500 (0:00:01.656) 0:00:14.671 **** skipping: [managed-node5] => { "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 February 2025 12:29:49 -0500 (0:00:00.192) 0:00:14.863 **** ok: [managed-node5] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 February 2025 12:29:50 -0500 (0:00:00.193) 0:00:15.057 **** ok: [managed-node5] => { "__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": "nm" } }, "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-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 February 2025 12:29:50 -0500 (0:00:00.259) 0:00:15.316 **** skipping: [managed-node5] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 February 2025 12:29:50 -0500 (0:00:00.289) 0:00:15.606 **** ok: [managed-node5] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Wednesday 12 February 2025 12:29:51 -0500 (0:00:00.864) 0:00:16.471 **** included: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node5 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 12 February 2025 12:29:51 -0500 (0:00:00.288) 0:00:16.759 **** ok: [managed-node5] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 12 February 2025 12:29:52 -0500 (0:00:00.566) 0:00:17.326 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 12 February 2025 12:29:52 -0500 (0:00:00.124) 0:00:17.450 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 12 February 2025 12:29:52 -0500 (0:00:00.102) 0:00:17.552 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 12 February 2025 12:29:52 -0500 (0:00:00.141) 0:00:17.694 **** included: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node5 TASK [Create EPEL 7] *********************************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 12 February 2025 12:29:53 -0500 (0:00:00.248) 0:00:17.943 **** ok: [managed-node5] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 12 February 2025 12:29:53 -0500 (0:00:00.621) 0:00:18.565 **** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 12 February 2025 12:29:54 -0500 (0:00:01.077) 0:00:19.642 **** ok: [managed-node5] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.162132", "end": "2025-02-12 12:29:55.431545", "rc": 0, "start": "2025-02-12 12:29:55.269413" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 12 February 2025 12:29:55 -0500 (0:00:00.965) 0:00:20.607 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 12 February 2025 12:29:55 -0500 (0:00:00.234) 0:00:20.842 **** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Wednesday 12 February 2025 12:29:56 -0500 (0:00:00.230) 0:00:21.072 **** ok: [managed-node5] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node5 : ok=19 changed=0 unreachable=0 failed=0 skipped=20 rescued=0 ignored=0 Wednesday 12 February 2025 12:29:56 -0500 (0:00:00.130) 0:00:21.203 **** =============================================================================== fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.67s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Check which packages are installed --- 2.40s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.66s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which services are running ---- 1.31s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 1.26s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Check if system is ostree ----------- 1.10s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Install yum-utils package ----------------------------------------------- 1.08s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Enable EPEL 7 ----------------------------------------------------------- 0.97s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.86s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Create EPEL 7 ----------------------------------------------------------- 0.62s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Gather the minimum subset of ansible_facts required by the network role test --- 0.57s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 fedora.linux_system_roles.network : Enable network service -------------- 0.45s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.41s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.38s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.36s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.31s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.31s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 fedora.linux_system_roles.network : Show debug messages for the network_state --- 0.29s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Include the task 'el_repo_setup.yml' ------------------------------------ 0.29s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 fedora.linux_system_roles.network : Show debug messages for the network_connections --- 0.26s /tmp/collections-42h/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181