ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp08vsdpvi executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_global_config_mode.yml ***************************************** 1 plays in /tmp/tmposga18ev/tests/tests_global_config_mode.yml PLAY [Test we can write global config with given permissions] ****************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmposga18ev/tests/tests_global_config_mode.yml:2 Thursday 21 July 2022 20:23:19 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [/cache/rhel-9.qcow2.snap] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/tmposga18ev/tests/tests_global_config_mode.yml:11 Thursday 21 July 2022 20:23:20 +0000 (0:00:01.111) 0:00:01.124 ********* included: /tmp/tmposga18ev/tests/tasks/backup.yml for /cache/rhel-9.qcow2.snap TASK [Setup] ******************************************************************* task path: /tmp/tmposga18ev/tests/tasks/backup.yml:2 Thursday 21 July 2022 20:23:20 +0000 (0:00:00.028) 0:00:01.152 ********* included: /tmp/tmposga18ev/tests/tasks/setup.yml for /cache/rhel-9.qcow2.snap TASK [Ensure facts used by test] *********************************************** task path: /tmp/tmposga18ev/tests/tasks/setup.yml:2 Thursday 21 July 2022 20:23:20 +0000 (0:00:00.026) 0:00:01.178 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/tmposga18ev/tests/tasks/setup.yml:7 Thursday 21 July 2022 20:23:20 +0000 (0:00:00.020) 0:00:01.199 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create a temporary directory for backup files] *************************** task path: /tmp/tmposga18ev/tests/tasks/backup.yml:5 Thursday 21 July 2022 20:23:21 +0000 (0:00:00.999) 0:00:02.199 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.fvt2v7a6", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/tmposga18ev/tests/tasks/backup.yml:13 Thursday 21 July 2022 20:23:21 +0000 (0:00:00.438) 0:00:02.637 ********* ok: [/cache/rhel-9.qcow2.snap] => (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.fvt2v7a6/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.fvt2v7a6/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.007042", "end": "2022-07-21 16:23:21.288266", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2022-07-21 16:23:21.281224" } ok: [/cache/rhel-9.qcow2.snap] => (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.fvt2v7a6/$(dirname /etc/ssh/ssh_config);\n cp /etc/ssh/ssh_config /tmp/ansible.fvt2v7a6/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008225", "end": "2022-07-21 16:23:21.636889", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2022-07-21 16:23:21.628664" } TASK [Run role] **************************************************************** task path: /tmp/tmposga18ev/tests/tests_global_config_mode.yml:14 Thursday 21 July 2022 20:23:22 +0000 (0:00:00.869) 0:00:03.507 ********* TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 Thursday 21 July 2022 20:23:22 +0000 (0:00:00.034) 0:00:03.541 ********* included: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml for /cache/rhel-9.qcow2.snap TASK [linux-system-roles.ssh : Ensure ansible_facts used by role] ************** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 Thursday 21 July 2022 20:23:22 +0000 (0:00:00.026) 0:00:03.568 ********* ok: [/cache/rhel-9.qcow2.snap] TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:8 Thursday 21 July 2022 20:23:23 +0000 (0:00:00.505) 0:00:04.073 ********* skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [/cache/rhel-9.qcow2.snap] => (item=RedHat_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": [ "/tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.0.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.0.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Ensure required packages are installed] ********* task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 Thursday 21 July 2022 20:23:23 +0000 (0:00:00.051) 0:00:04.124 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:10 Thursday 21 July 2022 20:23:24 +0000 (0:00:00.841) 0:00:04.965 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "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: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:17 Thursday 21 July 2022 20:23:24 +0000 (0:00:00.024) 0:00:04.990 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Generate the configuration file] **************** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 Thursday 21 July 2022 20:23:24 +0000 (0:00:00.023) 0:00:05.014 ********* changed: [/cache/rhel-9.qcow2.snap] => { "backup_file": "/etc/ssh/ssh_config.d/00-ansible.conf.6924.2022-07-21@16:23:24~", "changed": true, "checksum": "134a8461ceac8f2d22205f68566daf5b8eb5cb1b", "dest": "/etc/ssh/ssh_config.d/00-ansible.conf", "gid": 2, "group": "daemon", "md5sum": "2f19240ad6e71480c76da5718e2aa100", "mode": "0600", "owner": "daemon", "secontext": "system_u:object_r:etc_t:s0", "size": 62, "src": "/root/.ansible/tmp/ansible-tmp-1658435004.4008315-44803-71323239513687/source", "state": "file", "uid": 2 } META: role_complete for /cache/rhel-9.qcow2.snap TASK [Download the global configuration file] ********************************** task path: /tmp/tmposga18ev/tests/tests_global_config_mode.yml:38 Thursday 21 July 2022 20:23:25 +0000 (0:00:01.126) 0:00:06.140 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCkNvbXByZXNzaW9uIHllcwpHU1NBUElBdXRoZW50aWNhdGlvbiBubwo=", "encoding": "base64", "source": "/etc/ssh/ssh_config.d/00-ansible.conf" } TASK [Stat the configuration file too] ***************************************** task path: /tmp/tmposga18ev/tests/tests_global_config_mode.yml:43 Thursday 21 July 2022 20:23:25 +0000 (0:00:00.510) 0:00:06.651 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1658435004.783214, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "134a8461ceac8f2d22205f68566daf5b8eb5cb1b", "ctime": 1658435004.263214, "dev": 64516, "device_type": 0, "executable": false, "exists": true, "gid": 2, "gr_name": "daemon", "inode": 16810615, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1658435003.840214, "nlink": 1, "path": "/etc/ssh/ssh_config.d/00-ansible.conf", "pw_name": "daemon", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 62, "uid": 2, "version": "2526816976", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the options are in the file] ************************************** task path: /tmp/tmposga18ev/tests/tests_global_config_mode.yml:49 Thursday 21 July 2022 20:23:26 +0000 (0:00:00.402) 0:00:07.054 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify the file has expected permissions] ******************************** task path: /tmp/tmposga18ev/tests/tests_global_config_mode.yml:55 Thursday 21 July 2022 20:23:26 +0000 (0:00:00.046) 0:00:07.101 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/tmposga18ev/tests/tests_global_config_mode.yml:63 Thursday 21 July 2022 20:23:26 +0000 (0:00:00.032) 0:00:07.133 ********* included: /tmp/tmposga18ev/tests/tasks/restore.yml for /cache/rhel-9.qcow2.snap TASK [Restore backed up files and remove what was not present] ***************** task path: /tmp/tmposga18ev/tests/tasks/restore.yml:2 Thursday 21 July 2022 20:23:26 +0000 (0:00:00.025) 0:00:07.159 ********* ok: [/cache/rhel-9.qcow2.snap] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.fvt2v7a6//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp /tmp/ansible.fvt2v7a6//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.005855", "end": "2022-07-21 16:23:25.685771", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2022-07-21 16:23:25.679916" } ok: [/cache/rhel-9.qcow2.snap] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.fvt2v7a6//etc/ssh/ssh_config; then\n cp /tmp/ansible.fvt2v7a6//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.006056", "end": "2022-07-21 16:23:26.088027", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2022-07-21 16:23:26.081971" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/tmposga18ev/tests/tasks/restore.yml:15 Thursday 21 July 2022 20:23:27 +0000 (0:00:00.803) 0:00:07.962 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "path": "/tmp/ansible.fvt2v7a6", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=18 changed=1 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 Thursday 21 July 2022 20:23:27 +0000 (0:00:00.512) 0:00:08.475 ********* =============================================================================== linux-system-roles.ssh : Generate the configuration file ---------------- 1.13s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 --------- Gathering Facts --------------------------------------------------------- 1.11s /tmp/tmposga18ev/tests/tests_global_config_mode.yml:2 ------------------------- Make sure openssh is installed before creating backup ------------------- 1.00s /tmp/tmposga18ev/tests/tasks/setup.yml:7 -------------------------------------- Backup files ------------------------------------------------------------ 0.87s /tmp/tmposga18ev/tests/tasks/backup.yml:13 ------------------------------------ linux-system-roles.ssh : Ensure required packages are installed --------- 0.84s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 ---------- Restore backed up files and remove what was not present ----------------- 0.80s /tmp/tmposga18ev/tests/tasks/restore.yml:2 ------------------------------------ Remove temporary directory for backup files ----------------------------- 0.51s /tmp/tmposga18ev/tests/tasks/restore.yml:15 ----------------------------------- Download the global configuration file ---------------------------------- 0.51s /tmp/tmposga18ev/tests/tests_global_config_mode.yml:38 ------------------------ linux-system-roles.ssh : Ensure ansible_facts used by role -------------- 0.51s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 ------ Create a temporary directory for backup files --------------------------- 0.44s /tmp/tmposga18ev/tests/tasks/backup.yml:5 ------------------------------------- Stat the configuration file too ----------------------------------------- 0.40s /tmp/tmposga18ev/tests/tests_global_config_mode.yml:43 ------------------------ linux-system-roles.ssh : Set platform/version specific variables -------- 0.05s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:8 ------ Verify the options are in the file -------------------------------------- 0.05s /tmp/tmposga18ev/tests/tests_global_config_mode.yml:49 ------------------------ Run role ---------------------------------------------------------------- 0.03s /tmp/tmposga18ev/tests/tests_global_config_mode.yml:14 ------------------------ Verify the file has expected permissions -------------------------------- 0.03s /tmp/tmposga18ev/tests/tests_global_config_mode.yml:55 ------------------------ Backup configuration files ---------------------------------------------- 0.03s /tmp/tmposga18ev/tests/tests_global_config_mode.yml:11 ------------------------ linux-system-roles.ssh : Set platform/version specific variables -------- 0.03s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 ---------- Setup ------------------------------------------------------------------- 0.03s /tmp/tmposga18ev/tests/tasks/backup.yml:2 ------------------------------------- Restore configuration files --------------------------------------------- 0.03s /tmp/tmposga18ev/tests/tests_global_config_mode.yml:63 ------------------------ linux-system-roles.ssh : Gather information about the user for user configuration --- 0.02s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:10 --------- ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp08vsdpvi executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_global_config_mode.yml ***************************************** 1 plays in /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml PLAY [Test we can write global config with given permissions] ****************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:2 Thursday 21 July 2022 20:25:37 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [/cache/rhel-9.qcow2.snap] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:11 Thursday 21 July 2022 20:25:38 +0000 (0:00:01.102) 0:00:01.115 ********* included: /tmp/tmpbvj7axe_/tests/ssh/tasks/backup.yml for /cache/rhel-9.qcow2.snap TASK [Setup] ******************************************************************* task path: /tmp/tmpbvj7axe_/tests/ssh/tasks/backup.yml:2 Thursday 21 July 2022 20:25:38 +0000 (0:00:00.027) 0:00:01.143 ********* included: /tmp/tmpbvj7axe_/tests/ssh/tasks/setup.yml for /cache/rhel-9.qcow2.snap TASK [Ensure facts used by test] *********************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tasks/setup.yml:2 Thursday 21 July 2022 20:25:38 +0000 (0:00:00.026) 0:00:01.170 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/tmpbvj7axe_/tests/ssh/tasks/setup.yml:7 Thursday 21 July 2022 20:25:38 +0000 (0:00:00.021) 0:00:01.191 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create a temporary directory for backup files] *************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tasks/backup.yml:5 Thursday 21 July 2022 20:25:39 +0000 (0:00:00.940) 0:00:02.131 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.k1u7_2p_", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/tmpbvj7axe_/tests/ssh/tasks/backup.yml:13 Thursday 21 July 2022 20:25:39 +0000 (0:00:00.465) 0:00:02.597 ********* ok: [/cache/rhel-9.qcow2.snap] => (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.k1u7_2p_/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.k1u7_2p_/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.007458", "end": "2022-07-21 16:25:39.156195", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2022-07-21 16:25:39.148737" } ok: [/cache/rhel-9.qcow2.snap] => (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.k1u7_2p_/$(dirname /etc/ssh/ssh_config);\n cp /etc/ssh/ssh_config /tmp/ansible.k1u7_2p_/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.006819", "end": "2022-07-21 16:25:39.500059", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2022-07-21 16:25:39.493240" } TASK [Run role] **************************************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:14 Thursday 21 July 2022 20:25:40 +0000 (0:00:00.857) 0:00:03.454 ********* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Thursday 21 July 2022 20:25:40 +0000 (0:00:00.036) 0:00:03.490 ********* included: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for /cache/rhel-9.qcow2.snap TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Thursday 21 July 2022 20:25:40 +0000 (0:00:00.027) 0:00:03.518 ********* ok: [/cache/rhel-9.qcow2.snap] TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Thursday 21 July 2022 20:25:41 +0000 (0:00:00.502) 0:00:04.020 ********* skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [/cache/rhel-9.qcow2.snap] => (item=RedHat_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": [ "/tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.0.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.0.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Thursday 21 July 2022 20:25:41 +0000 (0:00:00.054) 0:00:04.075 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10 Thursday 21 July 2022 20:25:42 +0000 (0:00:00.820) 0:00:04.896 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "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/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Thursday 21 July 2022 20:25:42 +0000 (0:00:00.023) 0:00:04.919 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Thursday 21 July 2022 20:25:42 +0000 (0:00:00.024) 0:00:04.944 ********* changed: [/cache/rhel-9.qcow2.snap] => { "backup_file": "/etc/ssh/ssh_config.d/00-ansible.conf.6921.2022-07-21@16:25:42~", "changed": true, "checksum": "134a8461ceac8f2d22205f68566daf5b8eb5cb1b", "dest": "/etc/ssh/ssh_config.d/00-ansible.conf", "gid": 2, "group": "daemon", "md5sum": "2f19240ad6e71480c76da5718e2aa100", "mode": "0600", "owner": "daemon", "secontext": "system_u:object_r:etc_t:s0", "size": 62, "src": "/root/.ansible/tmp/ansible-tmp-1658435142.2131217-48205-13843399402081/source", "state": "file", "uid": 2 } META: role_complete for /cache/rhel-9.qcow2.snap TASK [Download the global configuration file] ********************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:38 Thursday 21 July 2022 20:25:43 +0000 (0:00:01.120) 0:00:06.064 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCkNvbXByZXNzaW9uIHllcwpHU1NBUElBdXRoZW50aWNhdGlvbiBubwo=", "encoding": "base64", "source": "/etc/ssh/ssh_config.d/00-ansible.conf" } TASK [Stat the configuration file too] ***************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:43 Thursday 21 July 2022 20:25:43 +0000 (0:00:00.475) 0:00:06.539 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1658435142.5843995, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "134a8461ceac8f2d22205f68566daf5b8eb5cb1b", "ctime": 1658435142.0983994, "dev": 64516, "device_type": 0, "executable": false, "exists": true, "gid": 2, "gr_name": "daemon", "inode": 16810615, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1658435141.6713994, "nlink": 1, "path": "/etc/ssh/ssh_config.d/00-ansible.conf", "pw_name": "daemon", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 62, "uid": 2, "version": "3914249758", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the options are in the file] ************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:48 Thursday 21 July 2022 20:25:44 +0000 (0:00:00.379) 0:00:06.919 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify the file has expected permissions] ******************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:54 Thursday 21 July 2022 20:25:44 +0000 (0:00:00.045) 0:00:06.964 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:62 Thursday 21 July 2022 20:25:44 +0000 (0:00:00.033) 0:00:06.997 ********* included: /tmp/tmpbvj7axe_/tests/ssh/tasks/restore.yml for /cache/rhel-9.qcow2.snap TASK [Restore backed up files and remove what was not present] ***************** task path: /tmp/tmpbvj7axe_/tests/ssh/tasks/restore.yml:2 Thursday 21 July 2022 20:25:44 +0000 (0:00:00.026) 0:00:07.024 ********* ok: [/cache/rhel-9.qcow2.snap] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.k1u7_2p_//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp /tmp/ansible.k1u7_2p_//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.005500", "end": "2022-07-21 16:25:43.446597", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2022-07-21 16:25:43.441097" } ok: [/cache/rhel-9.qcow2.snap] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.k1u7_2p_//etc/ssh/ssh_config; then\n cp /tmp/ansible.k1u7_2p_//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.006778", "end": "2022-07-21 16:25:43.790276", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2022-07-21 16:25:43.783498" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tasks/restore.yml:15 Thursday 21 July 2022 20:25:44 +0000 (0:00:00.724) 0:00:07.749 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "path": "/tmp/ansible.k1u7_2p_", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=18 changed=1 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 Thursday 21 July 2022 20:25:45 +0000 (0:00:00.519) 0:00:08.269 ********* =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.12s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Gathering Facts --------------------------------------------------------- 1.10s /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:2 --------------------- Make sure openssh is installed before creating backup ------------------- 0.94s /tmp/tmpbvj7axe_/tests/ssh/tasks/setup.yml:7 ---------------------------------- Backup files ------------------------------------------------------------ 0.86s /tmp/tmpbvj7axe_/tests/ssh/tasks/backup.yml:13 -------------------------------- fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.82s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Restore backed up files and remove what was not present ----------------- 0.72s /tmp/tmpbvj7axe_/tests/ssh/tasks/restore.yml:2 -------------------------------- Remove temporary directory for backup files ----------------------------- 0.52s /tmp/tmpbvj7axe_/tests/ssh/tasks/restore.yml:15 ------------------------------- fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.50s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Download the global configuration file ---------------------------------- 0.48s /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:38 -------------------- Create a temporary directory for backup files --------------------------- 0.47s /tmp/tmpbvj7axe_/tests/ssh/tasks/backup.yml:5 --------------------------------- Stat the configuration file too ----------------------------------------- 0.38s /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:43 -------------------- fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.05s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Verify the options are in the file -------------------------------------- 0.05s /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:48 -------------------- Run role ---------------------------------------------------------------- 0.04s /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:14 -------------------- Verify the file has expected permissions -------------------------------- 0.03s /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:54 -------------------- Backup configuration files ---------------------------------------------- 0.03s /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:11 -------------------- fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.03s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Setup ------------------------------------------------------------------- 0.03s /tmp/tmpbvj7axe_/tests/ssh/tasks/backup.yml:2 --------------------------------- Restore configuration files --------------------------------------------- 0.03s /tmp/tmpbvj7axe_/tests/ssh/tests_global_config_mode.yml:62 -------------------- fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.02s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17