ansible-playbook [core 2.17.6] 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-CRU executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/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-CRU/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-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:2 Monday 11 November 2024 19:24:05 -0500 (0:00:00.008) 0:00:00.008 ******* [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-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:9 Monday 11 November 2024 19:24:08 -0500 (0:00:02.867) 0:00:02.875 ******* 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-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:14 Monday 11 November 2024 19:24:08 -0500 (0:00:00.038) 0:00:02.913 ******* ok: [managed-node2] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:18 Monday 11 November 2024 19:24:08 -0500 (0:00:00.014) 0:00:02.927 ******* 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-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:27 Monday 11 November 2024 19:24:08 -0500 (0:00:00.013) 0:00:02.941 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:32 Monday 11 November 2024 19:24:09 -0500 (0:00:00.471) 0:00:03.413 ******* ok: [managed-node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Enable installation of manual pages on Fedora/RHEL] ********************** task path: /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:36 Monday 11 November 2024 19:24:09 -0500 (0:00:00.033) 0:00:03.447 ******* ok: [managed-node2] => { "backup": "", "changed": false, "found": 0 } TASK [Reinstall manual pages for openssh-clients on RHEL] ********************** task path: /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:44 Monday 11 November 2024 19:24:09 -0500 (0:00:00.570) 0:00:04.017 ******* fatal: [managed-node2]: FAILED! => { "changed": true, "cmd": [ "dnf", "reinstall", "-y", "openssh-clients" ], "delta": "0:00:03.175404", "end": "2024-11-11 19:24:13.260701", "rc": 1, "start": "2024-11-11 19:24:10.085297" } STDOUT: Beaker Client - RedHatEnterpriseLinux9 12 kB/s | 3.6 kB 00:00 Beaker harness 139 kB/s | 12 kB 00:00 Copr repo for beakerlib-libraries owned by bgon 8.8 kB/s | 889 B 00:00 CentOS Stream 10 - BaseOS 2.5 MB/s | 1.5 MB 00:00 CentOS Stream 10 - AppStream 2.5 MB/s | 1.3 MB 00:00 CentOS Stream 10 - HighAvailability 233 kB/s | 20 kB 00:00 Installed package openssh-clients-9.9p1-4.el10.x86_64 (from anaconda) not available. STDERR: 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 Monday 11 November 2024 19:24:13 -0500 (0:00:03.597) 0:00:07.615 ******* =============================================================================== Reinstall manual pages for openssh-clients on RHEL ---------------------- 3.60s /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:44 Gathering Facts --------------------------------------------------------- 2.87s /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:2 Enable installation of manual pages on Fedora/RHEL ---------------------- 0.57s /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:36 Check if system is ostree ----------------------------------------------- 0.47s /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:27 Ubuntu and RHEL6 containers are minified, missing manual pages ---------- 0.04s /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:9 Set flag to indicate system is ostree ----------------------------------- 0.03s /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:32 Define common variables ------------------------------------------------- 0.01s /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:14 Define specific variables ----------------------------------------------- 0.01s /tmp/collections-CRU/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:18