ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [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-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml PLAY [Test backups] ************************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:2 Saturday 13 September 2025 17:14:57 -0400 (0:00:00.039) 0:00:00.039 **** ok: [managed-node3] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:9 Saturday 13 September 2025 17:14:58 -0400 (0:00:01.172) 0:00:01.212 **** included: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed-node3 TASK [Setup] ******************************************************************* task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Saturday 13 September 2025 17:14:58 -0400 (0:00:00.098) 0:00:01.311 **** included: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed-node3 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Saturday 13 September 2025 17:14:58 -0400 (0:00:00.035) 0:00:01.346 **** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Saturday 13 September 2025 17:14:58 -0400 (0:00:00.039) 0:00:01.386 **** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Saturday 13 September 2025 17:14:58 -0400 (0:00:00.396) 0:00:01.783 **** ok: [managed-node3] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Saturday 13 September 2025 17:14:58 -0400 (0:00:00.042) 0:00:01.826 **** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: openssh-clients TASK [Define common variables] ************************************************* task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Saturday 13 September 2025 17:14:59 -0400 (0:00:00.698) 0:00:02.525 **** 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-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Saturday 13 September 2025 17:14:59 -0400 (0:00:00.020) 0:00:02.545 **** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Saturday 13 September 2025 17:14:59 -0400 (0:00:00.040) 0:00:02.585 **** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.9eTWWk", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Saturday 13 September 2025 17:15:00 -0400 (0:00:00.365) 0:00:02.951 **** 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.9eTWWk/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.9eTWWk/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008056", "end": "2025-09-13 17:15:00.362270", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2025-09-13 17:15:00.354214" } 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.9eTWWk/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.9eTWWk/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003409", "end": "2025-09-13 17:15:00.627068", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2025-09-13 17:15:00.623659" } TASK [Find old backups files] ************************************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:12 Saturday 13 September 2025 17:15:00 -0400 (0:00:00.659) 0:00:03.611 **** ok: [managed-node3] => { "changed": false, "examined": 9, "files": [], "matched": 0 } TASK [Remove old backup files] ************************************************* task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:18 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.373) 0:00:03.984 **** TASK [Configure ssh without creating backup] *********************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:24 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.038) 0:00:04.022 **** TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.044) 0:00:04.067 **** included: /tmp/collections-UUT/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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.033) 0:00:04.100 **** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.041) 0:00:04.142 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.040) 0:00:04.182 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.040) 0:00:04.222 **** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.295) 0:00:04.517 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.046) 0:00:04.563 **** 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_7.yml) => { "ansible_facts": { "__ssh_defaults": { "Host": { "Condition": "*", "ForwardX11Trusted": true, "GSSAPIAuthentication": true, "SendEnv": [ "LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES", "LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT", "LC_IDENTIFICATION LC_ALL LANGUAGE", "XMODIFIERS" ] } } }, "ansible_included_var_files": [ "/tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 13 September 2025 17:15:01 -0400 (0:00:00.077) 0:00:04.641 **** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "openssh-7.4p1-23.el7_9.x86_64 providing openssh is already installed", "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: openssh openssh-clients TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 13 September 2025 17:15:02 -0400 (0:00:00.575) 0:00:05.216 **** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 13 September 2025 17:15:02 -0400 (0:00:00.042) 0:00:05.258 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 13 September 2025 17:15:02 -0400 (0:00:00.041) 0:00:05.299 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 13 September 2025 17:15:02 -0400 (0:00:00.041) 0:00:05.341 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 13 September 2025 17:15:02 -0400 (0:00:00.040) 0:00:05.381 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 13 September 2025 17:15:02 -0400 (0:00:00.050) 0:00:05.432 **** changed: [managed-node3] => { "changed": true, "checksum": "3fcf53b13f73c417fcf66a49a43f079dff5182e9", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "md5sum": "f2baa8f9c7cdfef49e6065d7da67823b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 308, "src": "/root/.ansible/tmp/ansible-tmp-1757798102.57-10101-177836863207644/source", "state": "file", "uid": 0 } TASK [Find new backups files] ************************************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:30 Saturday 13 September 2025 17:15:03 -0400 (0:00:01.126) 0:00:06.559 **** ok: [managed-node3] => { "changed": false, "examined": 9, "files": [], "matched": 0 } TASK [Configure ssh again with different configuration and with backup] ******** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:36 Saturday 13 September 2025 17:15:03 -0400 (0:00:00.281) 0:00:06.840 **** TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 13 September 2025 17:15:03 -0400 (0:00:00.049) 0:00:06.890 **** included: /tmp/collections-UUT/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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 13 September 2025 17:15:03 -0400 (0:00:00.032) 0:00:06.922 **** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.042) 0:00:06.964 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.041) 0:00:07.006 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.041) 0:00:07.048 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.039) 0:00:07.088 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.038) 0:00:07.127 **** 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_7.yml) => { "ansible_facts": { "__ssh_defaults": { "Host": { "Condition": "*", "ForwardX11Trusted": true, "GSSAPIAuthentication": true, "SendEnv": [ "LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES", "LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT", "LC_IDENTIFICATION LC_ALL LANGUAGE", "XMODIFIERS" ] } } }, "ansible_included_var_files": [ "/tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.076) 0:00:07.203 **** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "openssh-7.4p1-23.el7_9.x86_64 providing openssh is already installed", "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: openssh openssh-clients TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.565) 0:00:07.769 **** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.040) 0:00:07.810 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.039) 0:00:07.849 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.038) 0:00:07.887 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 13 September 2025 17:15:04 -0400 (0:00:00.040) 0:00:07.928 **** 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-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 13 September 2025 17:15:05 -0400 (0:00:00.040) 0:00:07.969 **** changed: [managed-node3] => { "backup_file": "/etc/ssh/ssh_config.9989.2025-09-13@17:15:06~", "changed": true, "checksum": "d6860e49c48b60084551891d0e63c8c4b613ad5e", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "md5sum": "bb416ccc380988f11a42492e373dbc31", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 330, "src": "/root/.ansible/tmp/ansible-tmp-1757798105.1-10181-158673178477355/source", "state": "file", "uid": 0 } TASK [Find new backups files again] ******************************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:43 Saturday 13 September 2025 17:15:06 -0400 (0:00:01.260) 0:00:09.229 **** ok: [managed-node3] => { "changed": false, "examined": 10, "files": [ { "atime": 1757798105.948471, "ctime": 1757798106.2204723, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 134789, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1757798103.247458, "nlink": 1, "path": "/etc/ssh/ssh_config.9989.2025-09-13@17:15:06~", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 308, "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-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:49 Saturday 13 September 2025 17:15:06 -0400 (0:00:00.321) 0:00:09.550 **** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:55 Saturday 13 September 2025 17:15:06 -0400 (0:00:00.063) 0:00:09.613 **** included: /tmp/collections-UUT/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-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Saturday 13 September 2025 17:15:06 -0400 (0:00:00.061) 0:00:09.675 **** ok: [managed-node3] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.9eTWWk//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.9eTWWk//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.005473", "end": "2025-09-13 17:15:06.999971", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2025-09-13 17:15:06.994498" } ok: [managed-node3] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.9eTWWk//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.9eTWWk//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.003240", "end": "2025-09-13 17:15:07.544266", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2025-09-13 17:15:07.541026" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Saturday 13 September 2025 17:15:07 -0400 (0:00:00.852) 0:00:10.527 **** ok: [managed-node3] => { "changed": false, "path": "/tmp/ansible.9eTWWk", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=26 changed=2 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 13 September 2025 17:15:08 -0400 (0:00:00.466) 0:00:10.994 **** =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.26s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Gathering Facts --------------------------------------------------------- 1.17s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:2 fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.13s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Restore backed up files and remove what was not present ----------------- 0.85s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Make sure openssh is installed before creating backup ------------------- 0.70s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Backup files ------------------------------------------------------------ 0.66s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.58s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.57s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Remove temporary directory for backup files ----------------------------- 0.47s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Check if system is ostree ----------------------------------------------- 0.40s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Find old backups files -------------------------------------------------- 0.37s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:12 Create a temporary directory for backup files --------------------------- 0.37s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Find new backups files again -------------------------------------------- 0.32s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:43 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.30s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Find new backups files -------------------------------------------------- 0.28s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:30 Backup configuration files ---------------------------------------------- 0.10s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:9 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.08s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.08s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Verify backup was not done in first, but in second attempt -------------- 0.06s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:49 Restore configuration files --------------------------------------------- 0.06s /tmp/collections-UUT/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:55