ansible-playbook [core 2.17.7] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-vcm executable location = /usr/local/bin/ansible-playbook python version = 3.13.1 (main, Dec 9 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.13) jinja version = 3.1.5 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-vcm/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-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:2 Saturday 25 January 2025 16:15:44 -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, 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-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:9 Saturday 25 January 2025 16:15:47 -0500 (0:00:02.886) 0:00:02.894 ****** 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-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:14 Saturday 25 January 2025 16:15:47 -0500 (0:00:00.018) 0:00:02.913 ****** ok: [managed-node2] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:18 Saturday 25 January 2025 16:15:47 -0500 (0:00:00.015) 0:00:02.928 ****** 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-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:27 Saturday 25 January 2025 16:15:47 -0500 (0:00:00.012) 0:00:02.941 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:32 Saturday 25 January 2025 16:15:48 -0500 (0:00:00.501) 0:00:03.443 ****** ok: [managed-node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Enable installation of manual pages on Fedora/RHEL] ********************** task path: /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:36 Saturday 25 January 2025 16:15:48 -0500 (0:00:00.039) 0:00:03.482 ****** ok: [managed-node2] => { "backup": "", "changed": false, "found": 0 } TASK [Reinstall manual pages for openssh-clients on RHEL] ********************** task path: /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:44 Saturday 25 January 2025 16:15:48 -0500 (0:00:00.539) 0:00:04.022 ****** fatal: [managed-node2]: FAILED! => { "changed": true, "cmd": [ "dnf", "reinstall", "-y", "openssh-clients" ], "delta": "0:00:10.817488", "end": "2025-01-25 16:16:00.249397", "rc": 1, "start": "2025-01-25 16:15:49.431909" } STDERR: Updating and loading repositories: Fedora 41 - x86_64 - Updates 100% | 12.5 MiB/s | 8.9 MiB | 00m01s Beaker harness 100% | 185.0 KiB/s | 14.8 KiB | 00m00s Beaker Client - Fedora41 100% | 23.6 KiB/s | 4.6 KiB | 00m00s Copr repo for qa-tools owned by lpol 100% | 366.9 KiB/s | 58.0 KiB | 00m00s Fedora 41 openh264 (From Cisco) - x86_ 100% | 17.2 KiB/s | 4.8 KiB | 00m00s Fedora 41 - x86_64 100% | 16.0 MiB/s | 35.4 MiB | 00m02s Repositories loaded. Failed to resolve the transaction: Installed packages for argument 'openssh-clients' are not available in repositories in the same version, available versions: openssh-clients-9.8p1-3.fc41.1.x86_64,openssh-clients-9.9p1-1.fc41.x86_64, cannot reinstall. MSG: non-zero return code PLAY RECAP ********************************************************************* managed-node2 : ok=5 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 25 January 2025 16:16:00 -0500 (0:00:11.336) 0:00:15.359 ****** =============================================================================== Reinstall manual pages for openssh-clients on RHEL --------------------- 11.34s /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:44 Gathering Facts --------------------------------------------------------- 2.89s /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:2 Enable installation of manual pages on Fedora/RHEL ---------------------- 0.54s /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:36 Check if system is ostree ----------------------------------------------- 0.50s /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:27 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-vcm/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-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:9 Define common variables ------------------------------------------------- 0.02s /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:14 Define specific variables ----------------------------------------------- 0.01s /tmp/collections-vcm/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:18