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 '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-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml PLAY [Test backups] ************************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:2 Saturday 14 September 2024 17:16:28 -0400 (0:00:00.020) 0:00:00.020 **** ok: [managed_node3] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:9 Saturday 14 September 2024 17:16:29 -0400 (0:00:01.079) 0:00:01.100 **** included: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node3 TASK [Setup] ******************************************************************* task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Saturday 14 September 2024 17:16:29 -0400 (0:00:00.032) 0:00:01.132 **** included: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node3 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Saturday 14 September 2024 17:16:29 -0400 (0:00:00.022) 0:00:01.155 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Saturday 14 September 2024 17:16:30 -0400 (0:00:00.035) 0:00:01.191 **** ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Saturday 14 September 2024 17:16:30 -0400 (0:00:00.447) 0:00:01.638 **** ok: [managed_node3] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Saturday 14 September 2024 17:16:30 -0400 (0:00:00.073) 0:00:01.711 **** ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh-clients TASK [Define common variables] ************************************************* task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Saturday 14 September 2024 17:16:44 -0400 (0:00:14.126) 0:00:15.838 **** 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-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Saturday 14 September 2024 17:16:44 -0400 (0:00:00.021) 0:00:15.860 **** 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-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Saturday 14 September 2024 17:16:44 -0400 (0:00:00.062) 0:00:15.922 **** ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.76zdllw5", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Saturday 14 September 2024 17:16:45 -0400 (0:00:00.483) 0:00:16.405 **** 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.76zdllw5/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.76zdllw5/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.007916", "end": "2024-09-14 17:16:45.642888", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-09-14 17:16:45.634972" } 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.76zdllw5/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.76zdllw5/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.002961", "end": "2024-09-14 17:16:45.968738", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-09-14 17:16:45.965777" } TASK [Find old backups files] ************************************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:12 Saturday 14 September 2024 17:16:46 -0400 (0:00:00.797) 0:00:17.202 **** ok: [managed_node3] => { "changed": false, "examined": 1, "files": [], "matched": 0 } TASK [Remove old backup files] ************************************************* task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:18 Saturday 14 September 2024 17:16:46 -0400 (0:00:00.452) 0:00:17.655 **** TASK [Configure ssh without creating backup] *********************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:24 Saturday 14 September 2024 17:16:46 -0400 (0:00:00.034) 0:00:17.689 **** TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 14 September 2024 17:16:46 -0400 (0:00:00.028) 0:00:17.718 **** included: /tmp/collections-X0D/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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 14 September 2024 17:16:46 -0400 (0:00:00.022) 0:00:17.740 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 14 September 2024 17:16:46 -0400 (0:00:00.037) 0:00:17.778 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 14 September 2024 17:16:46 -0400 (0:00:00.043) 0:00:17.821 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 14 September 2024 17:16:46 -0400 (0:00:00.034) 0:00:17.856 **** ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 14 September 2024 17:16:47 -0400 (0:00:00.356) 0:00:18.213 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 14 September 2024 17:16:47 -0400 (0:00:00.038) 0:00:18.251 **** 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-X0D/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-X0D/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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 14 September 2024 17:16:47 -0400 (0:00:00.059) 0:00:18.310 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 14 September 2024 17:16:49 -0400 (0:00:02.826) 0:00:21.137 **** skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 14 September 2024 17:16:49 -0400 (0:00:00.035) 0:00:21.173 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 14 September 2024 17:16:50 -0400 (0:00:00.035) 0:00:21.208 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 14 September 2024 17:16:50 -0400 (0:00:00.035) 0:00:21.243 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 14 September 2024 17:16:50 -0400 (0:00:00.034) 0:00:21.278 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 14 September 2024 17:16:50 -0400 (0:00:00.036) 0:00:21.314 **** 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-1726348610.1986673-8659-99552769099915/source", "state": "file", "uid": 0 } TASK [Find new backups files] ************************************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:30 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.977) 0:00:22.292 **** ok: [managed_node3] => { "changed": false, "examined": 2, "files": [], "matched": 0 } TASK [Configure ssh again with different configuration and with backup] ******** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:36 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.401) 0:00:22.693 **** TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.052) 0:00:22.746 **** included: /tmp/collections-X0D/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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.039) 0:00:22.785 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.048) 0:00:22.834 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.034) 0:00:22.868 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.039) 0:00:22.907 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.042) 0:00:22.950 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.040) 0:00:22.990 **** 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-X0D/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-X0D/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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 14 September 2024 17:16:51 -0400 (0:00:00.063) 0:00:23.053 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 14 September 2024 17:16:54 -0400 (0:00:02.755) 0:00:25.809 **** skipping: [managed_node3] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 14 September 2024 17:16:54 -0400 (0:00:00.033) 0:00:25.843 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 14 September 2024 17:16:54 -0400 (0:00:00.032) 0:00:25.875 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 14 September 2024 17:16:54 -0400 (0:00:00.033) 0:00:25.909 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 14 September 2024 17:16:54 -0400 (0:00:00.034) 0:00:25.943 **** 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-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 14 September 2024 17:16:54 -0400 (0:00:00.034) 0:00:25.978 **** changed: [managed_node3] => { "backup_file": "/etc/ssh/ssh_config.d/00-ansible.conf.8904.2024-09-14@17:16:55~", "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-1726348614.8625076-8897-75775583901597/source", "state": "file", "uid": 0 } TASK [Find new backups files] ************************************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:43 Saturday 14 September 2024 17:16:55 -0400 (0:00:01.031) 0:00:27.009 **** ok: [managed_node3] => { "changed": false, "examined": 3, "files": [ { "atime": 1726348615.4069183, "ctime": 1726348615.7549193, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 5655135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1726348610.6519046, "nlink": 1, "path": "/etc/ssh/ssh_config.d/00-ansible.conf.8904.2024-09-14@17:16:55~", "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-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:49 Saturday 14 September 2024 17:16:56 -0400 (0:00:00.352) 0:00:27.362 **** ok: [managed_node3] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:55 Saturday 14 September 2024 17:16:56 -0400 (0:00:00.038) 0:00:27.401 **** included: /tmp/collections-X0D/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-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Saturday 14 September 2024 17:16:56 -0400 (0:00:00.023) 0:00:27.424 **** ok: [managed_node3] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.76zdllw5//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.76zdllw5//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.005185", "end": "2024-09-14 17:16:56.647290", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-09-14 17:16:56.642105" } ok: [managed_node3] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.76zdllw5//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.76zdllw5//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.003754", "end": "2024-09-14 17:16:57.100243", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-09-14 17:16:57.096489" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Saturday 14 September 2024 17:16:57 -0400 (0:00:00.914) 0:00:28.339 **** ok: [managed_node3] => { "changed": false, "path": "/tmp/ansible.76zdllw5", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node3 : ok=27 changed=2 unreachable=0 failed=0 skipped=20 rescued=0 ignored=0 Saturday 14 September 2024 17:16:57 -0400 (0:00:00.609) 0:00:28.949 **** =============================================================================== Make sure openssh is installed before creating backup ------------------ 14.13s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 2.83s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 2.76s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.08s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:2 fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.03s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 fedora.linux_system_roles.ssh : Generate the configuration file --------- 0.98s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Restore backed up files and remove what was not present ----------------- 0.91s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Backup files ------------------------------------------------------------ 0.80s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Remove temporary directory for backup files ----------------------------- 0.61s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Create a temporary directory for backup files --------------------------- 0.48s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Find old backups files -------------------------------------------------- 0.45s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:12 Check if system is ostree ----------------------------------------------- 0.45s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Find new backups files -------------------------------------------------- 0.40s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:30 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.36s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Find new backups files -------------------------------------------------- 0.35s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:43 Set flag to indicate system is ostree ----------------------------------- 0.07s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.06s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Define specific variables ----------------------------------------------- 0.06s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.06s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Configure ssh again with different configuration and with backup -------- 0.05s /tmp/collections-X0D/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:36