# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file 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 /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml PLAY [Test backups] ************************************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:2 Wednesday 24 July 2024 17:42:26 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:9 Wednesday 24 July 2024 17:42:27 +0000 (0:00:00.711) 0:00:00.725 ******** included: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/backup.yml for sut TASK [Setup] ******************************************************************* task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/backup.yml:2 Wednesday 24 July 2024 17:42:27 +0000 (0:00:00.025) 0:00:00.750 ******** included: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml for sut TASK [Ensure facts used by test] *********************************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml:2 Wednesday 24 July 2024 17:42:27 +0000 (0:00:00.017) 0:00:00.768 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml:10 Wednesday 24 July 2024 17:42:27 +0000 (0:00:00.017) 0:00:00.786 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml:15 Wednesday 24 July 2024 17:42:27 +0000 (0:00:00.243) 0:00:01.029 ******** ok: [sut] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml:19 Wednesday 24 July 2024 17:42:27 +0000 (0:00:00.019) 0:00:01.049 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Define common variables] ************************************************* task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml:32 Wednesday 24 July 2024 17:42:29 +0000 (0:00:01.971) 0:00:03.020 ******** ok: [sut] => { "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: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml:38 Wednesday 24 July 2024 17:42:29 +0000 (0:00:00.008) 0:00:03.029 ******** ok: [sut] => { "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: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/backup.yml:5 Wednesday 24 July 2024 17:42:29 +0000 (0:00:00.018) 0:00:03.048 ******** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.r5q3jaig", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/backup.yml:13 Wednesday 24 July 2024 17:42:29 +0000 (0:00:00.225) 0:00:03.274 ******** ok: [sut] => (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.r5q3jaig/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.r5q3jaig/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008181", "end": "2024-07-24 17:42:29.948366", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-07-24 17:42:29.940185" } ok: [sut] => (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.r5q3jaig/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.r5q3jaig/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003527", "end": "2024-07-24 17:42:30.119394", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-07-24 17:42:30.115867" } TASK [Find old backups files] ************************************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:12 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.427) 0:00:03.701 ******** ok: [sut] => { "changed": false, "examined": 1, "files": [], "matched": 0 } TASK [Remove old backup files] ************************************************* task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:18 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.243) 0:00:03.945 ******** TASK [Configure ssh without creating backup] *********************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:24 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.019) 0:00:03.965 ******** TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.016) 0:00:03.981 ******** included: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml for sut TASK [linux-system-roles.ssh : Ensure ansible_facts used by role] ************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.011) 0:00:03.993 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Check if system is ostree] ********************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:11 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.017) 0:00:04.010 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Set flag to indicate system is ostree] ********** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:16 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.017) 0:00:04.027 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Check if transactional-update exists in /sbin] *** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:23 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.015) 0:00:04.043 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.ssh : Set flag if transactional-update exists] ******** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:28 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.185) 0:00:04.229 ******** ok: [sut] => { "ansible_facts": { "__ssh_is_transactional": false }, "changed": false } TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:32 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.027) 0:00:04.256 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.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": [ "/WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.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": [ "/WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.ssh : Ensure required packages are installed] ********* task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 Wednesday 24 July 2024 17:42:30 +0000 (0:00:00.046) 0:00:04.303 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:18 Wednesday 24 July 2024 17:42:31 +0000 (0:00:00.887) 0:00:05.190 ******** skipping: [sut] => {} TASK [linux-system-roles.ssh : Reboot transactional update systems] ************ task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:23 Wednesday 24 July 2024 17:42:31 +0000 (0:00:00.018) 0:00:05.208 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Fail if reboot is needed and not set] *********** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 Wednesday 24 July 2024 17:42:31 +0000 (0:00:00.017) 0:00:05.226 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Gather information about the user for user configuration] *** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:36 Wednesday 24 July 2024 17:42:31 +0000 (0:00:00.017) 0:00:05.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:43 Wednesday 24 July 2024 17:42:31 +0000 (0:00:00.017) 0:00:05.261 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Generate the configuration file] **************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:54 Wednesday 24 July 2024 17:42:31 +0000 (0:00:00.017) 0:00:05.279 ******** changed: [sut] => { "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-1721842951.7767475-2493-217545990153684/source", "state": "file", "uid": 0 } TASK [Find new backups files] ************************************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:30 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.802) 0:00:06.081 ******** ok: [sut] => { "changed": false, "examined": 2, "files": [], "matched": 0 } TASK [Configure ssh again with different configuration and with backup] ******** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:36 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.182) 0:00:06.264 ******** TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.018) 0:00:06.283 ******** included: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml for sut TASK [linux-system-roles.ssh : Ensure ansible_facts used by role] ************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.012) 0:00:06.295 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Check if system is ostree] ********************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:11 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.027) 0:00:06.323 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Set flag to indicate system is ostree] ********** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:16 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.021) 0:00:06.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Check if transactional-update exists in /sbin] *** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:23 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.035) 0:00:06.380 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Set flag if transactional-update exists] ******** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:28 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.040) 0:00:06.421 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:32 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.020) 0:00:06.441 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.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": [ "/WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.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": [ "/WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.ssh : Ensure required packages are installed] ********* task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 Wednesday 24 July 2024 17:42:32 +0000 (0:00:00.036) 0:00:06.477 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:18 Wednesday 24 July 2024 17:42:33 +0000 (0:00:00.897) 0:00:07.375 ******** skipping: [sut] => {} TASK [linux-system-roles.ssh : Reboot transactional update systems] ************ task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:23 Wednesday 24 July 2024 17:42:33 +0000 (0:00:00.020) 0:00:07.395 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Fail if reboot is needed and not set] *********** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 Wednesday 24 July 2024 17:42:33 +0000 (0:00:00.019) 0:00:07.415 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Gather information about the user for user configuration] *** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:36 Wednesday 24 July 2024 17:42:33 +0000 (0:00:00.034) 0:00:07.450 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:43 Wednesday 24 July 2024 17:42:33 +0000 (0:00:00.017) 0:00:07.468 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Generate the configuration file] **************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:54 Wednesday 24 July 2024 17:42:33 +0000 (0:00:00.017) 0:00:07.485 ******** changed: [sut] => { "backup_file": "/etc/ssh/ssh_config.d/00-ansible.conf.8885.2024-07-24@17:42:34~", "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-1721842953.97685-2581-9952265672209/source", "state": "file", "uid": 0 } TASK [Find new backups files] ************************************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:43 Wednesday 24 July 2024 17:42:34 +0000 (0:00:00.622) 0:00:08.107 ******** ok: [sut] => { "changed": false, "examined": 3, "files": [ { "atime": 1721842954.2425096, "ctime": 1721842954.4825072, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 517348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1721842952.0865297, "nlink": 1, "path": "/etc/ssh/ssh_config.d/00-ansible.conf.8885.2024-07-24@17:42:34~", "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: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:49 Wednesday 24 July 2024 17:42:34 +0000 (0:00:00.184) 0:00:08.292 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:55 Wednesday 24 July 2024 17:42:34 +0000 (0:00:00.020) 0:00:08.312 ******** included: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/restore.yml for sut TASK [Restore backed up files and remove what was not present] ***************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/restore.yml:2 Wednesday 24 July 2024 17:42:34 +0000 (0:00:00.012) 0:00:08.325 ******** ok: [sut] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.r5q3jaig//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.r5q3jaig//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.006165", "end": "2024-07-24 17:42:34.941943", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-07-24 17:42:34.935778" } ok: [sut] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.r5q3jaig//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.r5q3jaig//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.004575", "end": "2024-07-24 17:42:35.114903", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-07-24 17:42:35.110328" } TASK [Remove temporary directory for backup files] ***************************** task path: /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/restore.yml:15 Wednesday 24 July 2024 17:42:35 +0000 (0:00:00.370) 0:00:08.696 ******** ok: [sut] => { "changed": false, "path": "/tmp/ansible.r5q3jaig", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=27 changed=2 unreachable=0 failed=0 skipped=20 rescued=0 ignored=0 Wednesday 24 July 2024 17:42:35 +0000 (0:00:00.254) 0:00:08.950 ******** =============================================================================== Make sure openssh is installed before creating backup ------------------- 1.97s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml:19 ---- linux-system-roles.ssh : Ensure required packages are installed --------- 0.90s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 linux-system-roles.ssh : Ensure required packages are installed --------- 0.89s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 linux-system-roles.ssh : Generate the configuration file ---------------- 0.80s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:54 Gathering Facts --------------------------------------------------------- 0.71s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:2 ---- linux-system-roles.ssh : Generate the configuration file ---------------- 0.62s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:54 Backup files ------------------------------------------------------------ 0.43s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/backup.yml:13 --- Restore backed up files and remove what was not present ----------------- 0.37s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/restore.yml:2 --- Remove temporary directory for backup files ----------------------------- 0.25s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/restore.yml:15 -- Find old backups files -------------------------------------------------- 0.24s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:12 --- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/setup.yml:10 ---- Create a temporary directory for backup files --------------------------- 0.23s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tasks/backup.yml:5 ---- linux-system-roles.ssh : Check if transactional-update exists in /sbin --- 0.19s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:23 Find new backups files -------------------------------------------------- 0.18s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:43 --- Find new backups files -------------------------------------------------- 0.18s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/tests_backup.yml:30 --- linux-system-roles.ssh : Set platform/version specific variables -------- 0.05s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:32 linux-system-roles.ssh : Check if transactional-update exists in /sbin --- 0.04s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:23 linux-system-roles.ssh : Set platform/version specific variables -------- 0.04s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:32 linux-system-roles.ssh : Set flag to indicate system is ostree ---------- 0.04s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:16 linux-system-roles.ssh : Fail if reboot is needed and not set ----------- 0.03s /WORKDIR/git-support_transactional_update9s4vhzqj/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---