[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. ansible-playbook [core 2.17.3] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-wpO executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_all_options.yml ************************************************ 1 plays in /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml PLAY [Test we can handle all configuration options documented in manual page] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:2 Saturday 17 August 2024 17:13:49 -0400 (0:00:00.007) 0:00:00.007 ******* [WARNING]: Platform linux on host managed_node2 is using the discovered Python interpreter at /usr/bin/python3.12, 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_node2] TASK [Ubuntu and RHEL6 containers are minified, missing manual pages] ********** task path: /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:9 Saturday 17 August 2024 17:13:52 -0400 (0:00:02.810) 0:00:02.817 ******* META: end_host conditional evaluated to False, continuing execution for managed_node2 skipping: [managed_node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node2" } MSG: end_host conditional evaluated to false, continuing execution for managed_node2 TASK [Define common variables] ************************************************* task path: /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:14 Saturday 17 August 2024 17:13:52 -0400 (0:00:00.021) 0:00:02.839 ******* ok: [managed_node2] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:18 Saturday 17 August 2024 17:13:52 -0400 (0:00:00.012) 0:00:02.852 ******* skipping: [managed_node2] => { "changed": false, "false_condition": "ansible_facts['os_family'] != 'RedHat'\n", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:27 Saturday 17 August 2024 17:13:52 -0400 (0:00:00.014) 0:00:02.866 ******* ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:32 Saturday 17 August 2024 17:13:52 -0400 (0:00:00.460) 0:00:03.327 ******* ok: [managed_node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Enable installation of manual pages on Fedora/RHEL] ********************** task path: /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:36 Saturday 17 August 2024 17:13:52 -0400 (0:00:00.031) 0:00:03.359 ******* ok: [managed_node2] => { "backup": "", "changed": false, "found": 0 } TASK [Reinstall manual pages for openssh-clients on RHEL] ********************** task path: /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:44 Saturday 17 August 2024 17:13:53 -0400 (0:00:00.502) 0:00:03.862 ******* fatal: [managed_node2]: FAILED! => { "changed": true, "cmd": [ "dnf", "reinstall", "-y", "openssh-clients" ], "delta": "0:00:03.138411", "end": "2024-08-17 17:13:56.904907", "rc": 1, "start": "2024-08-17 17:13:53.766496" } STDOUT: Beaker Client - RedHatEnterpriseLinux9 0.0 B/s | 0 B 00:00 Beaker harness 398 kB/s | 8.4 kB 00:00 Copr repo for beakerlib-libraries owned by bgon 5.2 kB/s | 889 B 00:00 CentOS Stream 10 - BaseOS 2.3 MB/s | 1.4 MB 00:00 CentOS Stream 10 - AppStream 1.6 MB/s | 1.3 MB 00:00 CentOS Stream 10 - HighAvailability 235 kB/s | 20 kB 00:00 Installed package openssh-clients-9.8p1-2.el10.0.x86_64 (from anaconda) not available. STDERR: Errors during downloading metadata for repository 'beaker-client': - Curl error (6): Couldn't resolve host name for http://download.lab.bos.redhat.com/beakerrepos/client/RedHatEnterpriseLinux9/repodata/repomd.xml [Could not resolve host: download.lab.bos.redhat.com] Error: Failed to download metadata for repo 'beaker-client': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Ignoring repositories: beaker-client Error: No packages marked for reinstall. MSG: non-zero return code PLAY RECAP ********************************************************************* managed_node2 : ok=5 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Saturday 17 August 2024 17:13:56 -0400 (0:00:03.548) 0:00:07.410 ******* =============================================================================== Reinstall manual pages for openssh-clients on RHEL ---------------------- 3.55s /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:44 Gathering Facts --------------------------------------------------------- 2.81s /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:2 Enable installation of manual pages on Fedora/RHEL ---------------------- 0.50s /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:36 Check if system is ostree ----------------------------------------------- 0.46s /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:27 Set flag to indicate system is ostree ----------------------------------- 0.03s /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:32 Ubuntu and RHEL6 containers are minified, missing manual pages ---------- 0.02s /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:9 Define specific variables ----------------------------------------------- 0.01s /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:18 Define common variables ------------------------------------------------- 0.01s /tmp/collections-wpO/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:14