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 '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-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml PLAY [Test backups] ************************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:2 Saturday 31 August 2024 17:14:49 -0400 (0:00:00.032) 0:00:00.032 ******* ok: [managed_node1] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:9 Saturday 31 August 2024 17:14:50 -0400 (0:00:00.945) 0:00:00.977 ******* included: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node1 TASK [Setup] ******************************************************************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Saturday 31 August 2024 17:14:50 -0400 (0:00:00.124) 0:00:01.102 ******* included: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node1 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Saturday 31 August 2024 17:14:50 -0400 (0:00:00.052) 0:00:01.154 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Saturday 31 August 2024 17:14:50 -0400 (0:00:00.046) 0:00:01.201 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Saturday 31 August 2024 17:14:51 -0400 (0:00:00.676) 0:00:01.877 ******* ok: [managed_node1] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Saturday 31 August 2024 17:14:51 -0400 (0:00:00.070) 0:00:01.948 ******* ok: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Saturday 31 August 2024 17:14:52 -0400 (0:00:00.902) 0:00:02.850 ******* ok: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Saturday 31 August 2024 17:14:52 -0400 (0:00:00.032) 0:00:02.883 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Saturday 31 August 2024 17:14:52 -0400 (0:00:00.092) 0:00:02.975 ******* ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.7Cic7R", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Saturday 31 August 2024 17:14:53 -0400 (0:00:00.761) 0:00:03.736 ******* ok: [managed_node1] => (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.7Cic7R/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.7Cic7R/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.007338", "end": "2024-08-31 17:14:53.544757", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-08-31 17:14:53.537419" } ok: [managed_node1] => (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.7Cic7R/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.7Cic7R/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003219", "end": "2024-08-31 17:14:53.996900", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-08-31 17:14:53.993681" } TASK [Find old backups files] ************************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:12 Saturday 31 August 2024 17:14:54 -0400 (0:00:00.965) 0:00:04.702 ******* ok: [managed_node1] => { "changed": false, "examined": 10, "files": [ { "atime": 1725138885.59311, "ctime": 1725138886.1211145, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 137475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1691164849.0, "nlink": 1, "path": "/etc/ssh/ssh_config.9448.2024-08-31@17:14:46~", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2276, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [Remove old backup files] ************************************************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:18 Saturday 31 August 2024 17:14:54 -0400 (0:00:00.457) 0:00:05.159 ******* changed: [managed_node1] => (item={u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1691164849.0, u'gr_name': u'root', u'path': u'/etc/ssh/ssh_config.9448.2024-08-31@17:14:46~', u'xusr': False, u'atime': 1725138885.59311, u'inode': 137475, u'isgid': False, u'size': 2276, u'isdir': False, u'ctime': 1725138886.1211145, u'roth': True, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 51713, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) => { "ansible_loop_var": "item", "changed": true, "item": { "atime": 1725138885.59311, "ctime": 1725138886.1211145, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 137475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1691164849.0, "nlink": 1, "path": "/etc/ssh/ssh_config.9448.2024-08-31@17:14:46~", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2276, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, "path": "/etc/ssh/ssh_config.9448.2024-08-31@17:14:46~", "state": "absent" } TASK [Configure ssh without creating backup] *********************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:24 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.579) 0:00:05.739 ******* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.055) 0:00:05.795 ******* included: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.040) 0:00:05.835 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.045) 0:00:05.881 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.048) 0:00:05.930 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.067) 0:00:05.997 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.381) 0:00:06.379 ******* ok: [managed_node1] => { "ansible_facts": { "__ssh_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.066) 0:00:06.445 ******* skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 31 August 2024 17:14:55 -0400 (0:00:00.114) 0:00:06.560 ******* ok: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 31 August 2024 17:14:56 -0400 (0:00:00.771) 0:00:07.331 ******* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 31 August 2024 17:14:56 -0400 (0:00:00.045) 0:00:07.377 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 31 August 2024 17:14:56 -0400 (0:00:00.039) 0:00:07.416 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 31 August 2024 17:14:56 -0400 (0:00:00.039) 0:00:07.455 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 31 August 2024 17:14:56 -0400 (0:00:00.038) 0:00:07.494 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 31 August 2024 17:14:56 -0400 (0:00:00.038) 0:00:07.533 ******* ok: [managed_node1] => { "changed": false, "checksum": "3fcf53b13f73c417fcf66a49a43f079dff5182e9", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/ssh/ssh_config", "secontext": "system_u:object_r:etc_t:s0", "size": 308, "state": "file", "uid": 0 } TASK [Find new backups files] ************************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:30 Saturday 31 August 2024 17:14:58 -0400 (0:00:01.549) 0:00:09.082 ******* ok: [managed_node1] => { "changed": false, "examined": 9, "files": [], "matched": 0 } TASK [Configure ssh again with different configuration and with backup] ******** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:36 Saturday 31 August 2024 17:14:58 -0400 (0:00:00.373) 0:00:09.456 ******* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 31 August 2024 17:14:58 -0400 (0:00:00.073) 0:00:09.530 ******* included: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 31 August 2024 17:14:58 -0400 (0:00:00.046) 0:00:09.576 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 31 August 2024 17:14:58 -0400 (0:00:00.057) 0:00:09.633 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 31 August 2024 17:14:59 -0400 (0:00:00.062) 0:00:09.696 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 31 August 2024 17:14:59 -0400 (0:00:00.066) 0:00:09.762 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 31 August 2024 17:14:59 -0400 (0:00:00.063) 0:00:09.826 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 31 August 2024 17:14:59 -0400 (0:00:00.071) 0:00:09.898 ******* skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 31 August 2024 17:14:59 -0400 (0:00:00.119) 0:00:10.018 ******* ok: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.751) 0:00:10.769 ******* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.040) 0:00:10.809 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.042) 0:00:10.851 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.045) 0:00:10.897 ******* skipping: [managed_node1] => { "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-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.050) 0:00:10.947 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 31 August 2024 17:15:00 -0400 (0:00:00.053) 0:00:11.001 ******* changed: [managed_node1] => { "backup_file": "/etc/ssh/ssh_config.10311.2024-08-31@17:15:01~", "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-1725138900.44-11150-266685305311064/source", "state": "file", "uid": 0 } TASK [Find new backups files] ************************************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:43 Saturday 31 August 2024 17:15:02 -0400 (0:00:01.647) 0:00:12.649 ******* ok: [managed_node1] => { "changed": false, "examined": 10, "files": [ { "atime": 1725138893.543168, "ctime": 1725138901.89371, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 137475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1725138885.649111, "nlink": 1, "path": "/etc/ssh/ssh_config.10311.2024-08-31@17:15:01~", "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-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:49 Saturday 31 August 2024 17:15:02 -0400 (0:00:00.474) 0:00:13.124 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:55 Saturday 31 August 2024 17:15:02 -0400 (0:00:00.079) 0:00:13.203 ******* included: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml for managed_node1 TASK [Restore backed up files and remove what was not present] ***************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Saturday 31 August 2024 17:15:02 -0400 (0:00:00.065) 0:00:13.268 ******* ok: [managed_node1] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.7Cic7R//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.7Cic7R//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.005446", "end": "2024-08-31 17:15:03.016448", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-08-31 17:15:03.011002" } ok: [managed_node1] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.7Cic7R//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.7Cic7R//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.003298", "end": "2024-08-31 17:15:03.288637", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-08-31 17:15:03.285339" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Saturday 31 August 2024 17:15:03 -0400 (0:00:00.733) 0:00:14.002 ******* ok: [managed_node1] => { "changed": false, "path": "/tmp/ansible.7Cic7R", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=27 changed=2 unreachable=0 failed=0 skipped=20 rescued=0 ignored=0 Saturday 31 August 2024 17:15:03 -0400 (0:00:00.506) 0:00:14.509 ******* =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.65s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.55s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Backup files ------------------------------------------------------------ 0.97s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Gathering Facts --------------------------------------------------------- 0.95s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:2 Make sure openssh is installed before creating backup ------------------- 0.90s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.77s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Create a temporary directory for backup files --------------------------- 0.76s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.75s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Restore backed up files and remove what was not present ----------------- 0.73s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Check if system is ostree ----------------------------------------------- 0.68s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Remove old backup files ------------------------------------------------- 0.58s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:18 Remove temporary directory for backup files ----------------------------- 0.51s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Find new backups files -------------------------------------------------- 0.48s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:43 Find old backups files -------------------------------------------------- 0.46s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:12 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.38s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Find new backups files -------------------------------------------------- 0.37s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:30 Backup configuration files ---------------------------------------------- 0.12s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_backup.yml:9 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.12s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.11s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Define specific variables ----------------------------------------------- 0.09s /tmp/collections-Sgq/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37