ansible-playbook [core 2.17.8] 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-CFj 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-CFj/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-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:2 Sunday 02 February 2025 19:54:13 -0500 (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, 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-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:9 Sunday 02 February 2025 19:54:15 -0500 (0:00:02.504) 0:00:02.512 ******* 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-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:14 Sunday 02 February 2025 19:54:15 -0500 (0:00:00.018) 0:00:02.531 ******* ok: [managed-node2] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:18 Sunday 02 February 2025 19:54:15 -0500 (0:00:00.022) 0:00:02.554 ******* 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-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:27 Sunday 02 February 2025 19:54:15 -0500 (0:00:00.021) 0:00:02.575 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:32 Sunday 02 February 2025 19:54:16 -0500 (0:00:00.478) 0:00:03.053 ******* ok: [managed-node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Enable installation of manual pages on Fedora/RHEL] ********************** task path: /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:36 Sunday 02 February 2025 19:54:16 -0500 (0:00:00.021) 0:00:03.074 ******* ok: [managed-node2] => { "backup": "", "changed": false, "found": 0 } TASK [Reinstall manual pages for openssh-clients on RHEL] ********************** task path: /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:44 Sunday 02 February 2025 19:54:16 -0500 (0:00:00.477) 0:00:03.552 ******* fatal: [managed-node2]: FAILED! => { "changed": true, "cmd": [ "dnf", "reinstall", "-y", "openssh-clients" ], "delta": "0:00:10.142670", "end": "2025-02-02 19:54:27.116596", "rc": 1, "start": "2025-02-02 19:54:16.973926" } STDERR: Updating and loading repositories: Fedora 41 - x86_64 - Updates 100% | 12.4 MiB/s | 9.1 MiB | 00m01s Fedora 41 - x86_64 100% | 11.4 MiB/s | 35.5 MiB | 00m03s Beaker Client - Fedora41 100% | 22.3 KiB/s | 4.6 KiB | 00m00s Fedora 41 openh264 (From Cisco) - x86_ 100% | 25.8 KiB/s | 6.0 KiB | 00m00s Copr repo for qa-tools owned by lpol 100% | 631.3 KiB/s | 65.0 KiB | 00m00s Beaker harness 100% | 528.5 KiB/s | 14.8 KiB | 00m00s 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-2.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 ******************************************************************** Sunday 02 February 2025 19:54:27 -0500 (0:00:10.623) 0:00:14.175 ******* =============================================================================== Reinstall manual pages for openssh-clients on RHEL --------------------- 10.62s /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:44 Gathering Facts --------------------------------------------------------- 2.50s /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:2 Check if system is ostree ----------------------------------------------- 0.48s /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:27 Enable installation of manual pages on Fedora/RHEL ---------------------- 0.48s /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:36 Define common variables ------------------------------------------------- 0.02s /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:14 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:32 Define specific variables ----------------------------------------------- 0.02s /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:18 Ubuntu and RHEL6 containers are minified, missing manual pages ---------- 0.02s /tmp/collections-CFj/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_all_options.yml:9