ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [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 'jsonl', 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_backup.yml ***************************************************** 1 plays in /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml PLAY [Test backups] ************************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:2 Saturday 13 June 2026 18:02:44 -0400 (0:00:00.018) 0:00:00.018 ********* ok: [managed-node3] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:9 Saturday 13 June 2026 18:02:45 -0400 (0:00:01.030) 0:00:01.049 ********* included: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed-node3 TASK [Setup] ******************************************************************* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Saturday 13 June 2026 18:02:45 -0400 (0:00:00.028) 0:00:01.078 ********* included: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed-node3 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Saturday 13 June 2026 18:02:45 -0400 (0:00:00.019) 0:00:01.097 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Saturday 13 June 2026 18:02:45 -0400 (0:00:00.031) 0:00:01.129 ********* ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Saturday 13 June 2026 18:02:45 -0400 (0:00:00.409) 0:00:01.538 ********* ok: [managed-node3] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Saturday 13 June 2026 18:02:45 -0400 (0:00:00.035) 0:00:01.574 ********* ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh-clients TASK [Define common variables] ************************************************* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Saturday 13 June 2026 18:02:58 -0400 (0:00:12.516) 0:00:14.090 ********* ok: [managed-node3] => { "ansible_facts": { "main_ssh_config": "/etc/ssh/ssh_config", "main_ssh_config_name": "ssh_config", "main_ssh_config_path": "/etc/ssh/" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Saturday 13 June 2026 18:02:58 -0400 (0:00:00.016) 0:00:14.106 ********* ok: [managed-node3] => { "ansible_facts": { "main_ssh_config": "/etc/ssh/ssh_config.d/00-ansible.conf", "main_ssh_config_name": "00-ansible.conf", "main_ssh_config_path": "/etc/ssh/ssh_config.d/" }, "changed": false } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Saturday 13 June 2026 18:02:58 -0400 (0:00:00.053) 0:00:14.160 ********* ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.bms2ubao", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Saturday 13 June 2026 18:02:59 -0400 (0:00:00.521) 0:00:14.682 ********* ok: [managed-node3] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config; then\n mkdir -p /tmp/ansible.bms2ubao/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.bms2ubao/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.007039", "end": "2026-06-13 18:02:59.521530", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2026-06-13 18:02:59.514491" } ok: [managed-node3] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config.d/00-ansible.conf; then\n mkdir -p /tmp/ansible.bms2ubao/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.bms2ubao/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.002489", "end": "2026-06-13 18:02:59.924566", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2026-06-13 18:02:59.922077" } TASK [Find old backups files] ************************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:12 Saturday 13 June 2026 18:02:59 -0400 (0:00:00.861) 0:00:15.543 ********* ok: [managed-node3] => { "changed": false, "examined": 1, "files": [], "matched": 0 } TASK [Remove old backup files] ************************************************* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:18 Saturday 13 June 2026 18:03:00 -0400 (0:00:00.476) 0:00:16.020 ********* TASK [Configure ssh without creating backup] *********************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:24 Saturday 13 June 2026 18:03:00 -0400 (0:00:00.058) 0:00:16.079 ********* included: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/run_role_with_clear_facts.yml for managed-node3 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/run_role_with_clear_facts.yml:23 Saturday 13 June 2026 18:03:00 -0400 (0:00:00.066) 0:00:16.146 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/run_role_with_clear_facts.yml:33 Saturday 13 June 2026 18:03:00 -0400 (0:00:00.062) 0:00:16.209 ********* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 13 June 2026 18:03:00 -0400 (0:00:00.132) 0:00:16.341 ********* included: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 13 June 2026 18:03:00 -0400 (0:00:00.029) 0:00:16.371 ********* ok: [managed-node3] TASK [fedora.linux_system_roles.ssh : Record role begin fingerprint] *********** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Saturday 13 June 2026 18:03:01 -0400 (0:00:00.561) 0:00:16.933 ********* ok: [managed-node3] => { "changed": false } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:16 Saturday 13 June 2026 18:03:01 -0400 (0:00:00.400) 0:00:17.333 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:21 Saturday 13 June 2026 18:03:01 -0400 (0:00:00.019) 0:00:17.352 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:28 Saturday 13 June 2026 18:03:01 -0400 (0:00:00.021) 0:00:17.374 ********* ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:33 Saturday 13 June 2026 18:03:02 -0400 (0:00:00.343) 0:00:17.717 ********* ok: [managed-node3] => { "ansible_facts": { "__ssh_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:37 Saturday 13 June 2026 18:03:02 -0400 (0:00:00.020) 0:00:17.738 ********* skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 13 June 2026 18:03:02 -0400 (0:00:00.038) 0:00:17.776 ********* ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh openssh-clients TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 13 June 2026 18:03:04 -0400 (0:00:02.621) 0:00:20.397 ********* skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 13 June 2026 18:03:04 -0400 (0:00:00.013) 0:00:20.411 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Fail if reboot is needed and not set] **** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 13 June 2026 18:03:04 -0400 (0:00:00.012) 0:00:20.423 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 13 June 2026 18:03:04 -0400 (0:00:00.012) 0:00:20.435 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 13 June 2026 18:03:04 -0400 (0:00:00.011) 0:00:20.447 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 13 June 2026 18:03:04 -0400 (0:00:00.012) 0:00:20.459 ********* changed: [managed-node3] => { "changed": true, "checksum": "f7064ac5462aad2cda2efeaddcf48db84a38b68b", "dest": "/etc/ssh/ssh_config.d/00-ansible.conf", "gid": 0, "group": "root", "md5sum": "b9842f12c77db4e7cba397c9fdad4642", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 41, "src": "/root/.ansible/tmp/ansible-tmp-1781388184.9281468-8854-231826882188709/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ssh : Record role success fingerprint] ********* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:69 Saturday 13 June 2026 18:03:05 -0400 (0:00:00.853) 0:00:21.313 ********* ok: [managed-node3] => { "changed": false } TASK [Find new backups files] ************************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:29 Saturday 13 June 2026 18:03:06 -0400 (0:00:00.324) 0:00:21.638 ********* ok: [managed-node3] => { "changed": false, "examined": 2, "files": [], "matched": 0 } TASK [Configure ssh again with different configuration and with backup] ******** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:35 Saturday 13 June 2026 18:03:06 -0400 (0:00:00.347) 0:00:21.985 ********* included: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/run_role_with_clear_facts.yml for managed-node3 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/run_role_with_clear_facts.yml:23 Saturday 13 June 2026 18:03:06 -0400 (0:00:00.048) 0:00:22.033 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/run_role_with_clear_facts.yml:33 Saturday 13 June 2026 18:03:06 -0400 (0:00:00.052) 0:00:22.086 ********* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 13 June 2026 18:03:06 -0400 (0:00:00.048) 0:00:22.135 ********* included: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 13 June 2026 18:03:06 -0400 (0:00:00.063) 0:00:22.199 ********* ok: [managed-node3] TASK [fedora.linux_system_roles.ssh : Record role begin fingerprint] *********** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Saturday 13 June 2026 18:03:07 -0400 (0:00:00.526) 0:00:22.725 ********* ok: [managed-node3] => { "changed": false } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:16 Saturday 13 June 2026 18:03:07 -0400 (0:00:00.332) 0:00:23.058 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:21 Saturday 13 June 2026 18:03:07 -0400 (0:00:00.019) 0:00:23.077 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:28 Saturday 13 June 2026 18:03:07 -0400 (0:00:00.017) 0:00:23.094 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:33 Saturday 13 June 2026 18:03:07 -0400 (0:00:00.016) 0:00:23.111 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:37 Saturday 13 June 2026 18:03:07 -0400 (0:00:00.017) 0:00:23.128 ********* skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 13 June 2026 18:03:07 -0400 (0:00:00.074) 0:00:23.203 ********* ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh openssh-clients TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 13 June 2026 18:03:10 -0400 (0:00:02.787) 0:00:25.990 ********* skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 13 June 2026 18:03:10 -0400 (0:00:00.013) 0:00:26.003 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Fail if reboot is needed and not set] **** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 13 June 2026 18:03:10 -0400 (0:00:00.013) 0:00:26.016 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 13 June 2026 18:03:10 -0400 (0:00:00.012) 0:00:26.028 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 13 June 2026 18:03:10 -0400 (0:00:00.012) 0:00:26.041 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 13 June 2026 18:03:10 -0400 (0:00:00.011) 0:00:26.053 ********* changed: [managed-node3] => { "backup_file": "/etc/ssh/ssh_config.d/00-ansible.conf.10131.2026-06-13@18:03:11~", "changed": true, "checksum": "f4926238bf484e4b4627e31e6348d54489824d34", "dest": "/etc/ssh/ssh_config.d/00-ansible.conf", "gid": 0, "group": "root", "md5sum": "21a8bd6ba9a1e400fc56f6a1a76f64e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 63, "src": "/root/.ansible/tmp/ansible-tmp-1781388190.5210676-9460-62223584481957/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ssh : Record role success fingerprint] ********* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:69 Saturday 13 June 2026 18:03:11 -0400 (0:00:00.781) 0:00:26.834 ********* ok: [managed-node3] => { "changed": false } TASK [Find new backups files again] ******************************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:41 Saturday 13 June 2026 18:03:11 -0400 (0:00:00.327) 0:00:27.161 ********* ok: [managed-node3] => { "changed": false, "examined": 3, "files": [ { "atime": 1781388190.9105463, "ctime": 1781388191.1985512, "dev": 66305, "gid": 0, "gr_name": "root", "inode": 5655138, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1781388185.3364503, "nlink": 1, "path": "/etc/ssh/ssh_config.d/00-ansible.conf.10131.2026-06-13@18:03:11~", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 41, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [Verify backup was not done in first, but in second attempt] ************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:47 Saturday 13 June 2026 18:03:11 -0400 (0:00:00.313) 0:00:27.474 ********* ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:53 Saturday 13 June 2026 18:03:11 -0400 (0:00:00.027) 0:00:27.502 ********* included: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml for managed-node3 TASK [Restore backed up files and remove what was not present] ***************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Saturday 13 June 2026 18:03:11 -0400 (0:00:00.026) 0:00:27.529 ********* ok: [managed-node3] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.bms2ubao//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.bms2ubao//etc/ssh/ssh_config $(dirname /etc/ssh/ssh_config)\nelif test -f /etc/ssh/ssh_config; then\n rm /etc/ssh/ssh_config\nfi\n", "delta": "0:00:00.004723", "end": "2026-06-13 18:03:12.280627", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2026-06-13 18:03:12.275904" } ok: [managed-node3] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.bms2ubao//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.bms2ubao//etc/ssh/ssh_config.d/00-ansible.conf $(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nelif test -f /etc/ssh/ssh_config.d/00-ansible.conf; then\n rm /etc/ssh/ssh_config.d/00-ansible.conf\nfi\n", "delta": "0:00:00.003448", "end": "2026-06-13 18:03:12.613472", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2026-06-13 18:03:12.610024" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Saturday 13 June 2026 18:03:12 -0400 (0:00:00.711) 0:00:28.241 ********* ok: [managed-node3] => { "changed": false, "path": "/tmp/ansible.bms2ubao", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=35 changed=2 unreachable=0 failed=0 skipped=20 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 13 June 2026 18:03:13 -0400 (0:00:00.445) 0:00:28.687 ********* =============================================================================== Make sure openssh is installed before creating backup ------------------ 12.52s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 5.41s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.64s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Gathering Facts --------------------------------------------------------- 1.03s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:2 Backup files ------------------------------------------------------------ 0.86s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Restore backed up files and remove what was not present ----------------- 0.71s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 fedora.linux_system_roles.ssh : Record role success fingerprint --------- 0.65s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:69 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.56s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.53s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Create a temporary directory for backup files --------------------------- 0.52s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Find old backups files -------------------------------------------------- 0.48s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:12 Remove temporary directory for backup files ----------------------------- 0.45s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Check if system is ostree ----------------------------------------------- 0.41s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 fedora.linux_system_roles.ssh : Record role begin fingerprint ----------- 0.40s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Find new backups files -------------------------------------------------- 0.35s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:29 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.34s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:28 fedora.linux_system_roles.ssh : Record role begin fingerprint ----------- 0.33s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Find new backups files again -------------------------------------------- 0.31s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:41 Run the role normally --------------------------------------------------- 0.13s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/run_role_with_clear_facts.yml:33 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.09s /tmp/collections-t68/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2