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/tmpxzwiidf_ 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_precedence.yml ************************************************* 1 plays in /tmp/tmpphxus3ul/tests/tests_precedence.yml PLAY [Test options precedence when mixing ssh dict and ssh_* variables] ******** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpphxus3ul/tests/tests_precedence.yml:2 Thursday 21 July 2022 20:40:50 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/tmpphxus3ul/tests/tests_precedence.yml:11 Thursday 21 July 2022 20:40:51 +0000 (0:00:01.122) 0:00:01.136 ********* included: /tmp/tmpphxus3ul/tests/tasks/backup.yml for /cache/centos-9.qcow2.snap TASK [Setup] ******************************************************************* task path: /tmp/tmpphxus3ul/tests/tasks/backup.yml:2 Thursday 21 July 2022 20:40:51 +0000 (0:00:00.027) 0:00:01.163 ********* included: /tmp/tmpphxus3ul/tests/tasks/setup.yml for /cache/centos-9.qcow2.snap TASK [Ensure facts used by test] *********************************************** task path: /tmp/tmpphxus3ul/tests/tasks/setup.yml:2 Thursday 21 July 2022 20:40:51 +0000 (0:00:00.026) 0:00:01.189 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/tmpphxus3ul/tests/tasks/setup.yml:7 Thursday 21 July 2022 20:40:51 +0000 (0:00:00.021) 0:00:01.211 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create a temporary directory for backup files] *************************** task path: /tmp/tmpphxus3ul/tests/tasks/backup.yml:5 Thursday 21 July 2022 20:40:52 +0000 (0:00:00.988) 0:00:02.200 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.6tdv6o78", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/tmpphxus3ul/tests/tasks/backup.yml:13 Thursday 21 July 2022 20:40:52 +0000 (0:00:00.454) 0:00:02.654 ********* ok: [/cache/centos-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.6tdv6o78/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.6tdv6o78/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003871", "end": "2022-07-21 16:40:52.904365", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2022-07-21 16:40:52.900494" } ok: [/cache/centos-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.6tdv6o78/$(dirname /etc/ssh/ssh_config);\n cp /etc/ssh/ssh_config /tmp/ansible.6tdv6o78/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008957", "end": "2022-07-21 16:40:53.264395", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2022-07-21 16:40:53.255438" } TASK [Run role] **************************************************************** task path: /tmp/tmpphxus3ul/tests/tests_precedence.yml:14 Thursday 21 July 2022 20:40:53 +0000 (0:00:00.885) 0:00:03.539 ********* TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 Thursday 21 July 2022 20:40:53 +0000 (0:00:00.033) 0:00:03.573 ********* included: /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.ssh : Ensure ansible_facts used by role] ************** task path: /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 Thursday 21 July 2022 20:40:53 +0000 (0:00:00.027) 0:00:03.601 ********* ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:8 Thursday 21 July 2022 20:40:54 +0000 (0:00:00.525) 0:00:04.126 ********* skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Ensure required packages are installed] ********* task path: /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 Thursday 21 July 2022 20:40:54 +0000 (0:00:00.042) 0:00:04.169 ********* ok: [/cache/centos-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/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:10 Thursday 21 July 2022 20:40:55 +0000 (0:00:00.854) 0:00:05.023 ********* skipping: [/cache/centos-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/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:17 Thursday 21 July 2022 20:40:55 +0000 (0:00:00.025) 0:00:05.049 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Generate the configuration file] **************** task path: /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 Thursday 21 July 2022 20:40:55 +0000 (0:00:00.024) 0:00:05.074 ********* changed: [/cache/centos-9.qcow2.snap] => { "backup_file": "/etc/ssh/ssh_config.21529.2022-07-21@16:40:55~", "changed": true, "checksum": "2771a93b02b62ba49a971a92a8f08cd527a3ef0a", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "md5sum": "d3ac25fe0e97e20c58467fe15bdd8cca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 57, "src": "/root/.ansible/tmp/ansible-tmp-1658436055.2716537-61413-87717377534496/source", "state": "file", "uid": 0 } META: role_complete for /cache/centos-9.qcow2.snap TASK [Download the global configuration file] ********************************** task path: /tmp/tmpphxus3ul/tests/tests_precedence.yml:36 Thursday 21 July 2022 20:40:56 +0000 (0:00:01.188) 0:00:06.262 ********* fatal: [/cache/centos-9.qcow2.snap]: FAILED! => { "changed": false } MSG: file not found: /etc/ssh/ssh_config.d/00-ansible.conf PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=10 changed=1 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0 Thursday 21 July 2022 20:40:56 +0000 (0:00:00.491) 0:00:06.753 ********* =============================================================================== linux-system-roles.ssh : Generate the configuration file ---------------- 1.19s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 --------- Gathering Facts --------------------------------------------------------- 1.12s /tmp/tmpphxus3ul/tests/tests_precedence.yml:2 --------------------------------- Make sure openssh is installed before creating backup ------------------- 0.99s /tmp/tmpphxus3ul/tests/tasks/setup.yml:7 -------------------------------------- Backup files ------------------------------------------------------------ 0.89s /tmp/tmpphxus3ul/tests/tasks/backup.yml:13 ------------------------------------ linux-system-roles.ssh : Ensure required packages are installed --------- 0.85s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 ---------- linux-system-roles.ssh : Ensure ansible_facts used by role -------------- 0.53s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 ------ Download the global configuration file ---------------------------------- 0.49s /tmp/tmpphxus3ul/tests/tests_precedence.yml:36 -------------------------------- Create a temporary directory for backup files --------------------------- 0.45s /tmp/tmpphxus3ul/tests/tasks/backup.yml:5 ------------------------------------- linux-system-roles.ssh : Set platform/version specific variables -------- 0.04s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:8 ------ Run role ---------------------------------------------------------------- 0.03s /tmp/tmpphxus3ul/tests/tests_precedence.yml:14 -------------------------------- linux-system-roles.ssh : Set platform/version specific variables -------- 0.03s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 ---------- Backup configuration files ---------------------------------------------- 0.03s /tmp/tmpphxus3ul/tests/tests_precedence.yml:11 -------------------------------- Setup ------------------------------------------------------------------- 0.03s /tmp/tmpphxus3ul/tests/tasks/backup.yml:2 ------------------------------------- linux-system-roles.ssh : Gather information about the user for user configuration --- 0.03s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:10 --------- linux-system-roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.02s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:17 --------- Ensure facts used by test ----------------------------------------------- 0.02s /tmp/tmpphxus3ul/tests/tasks/setup.yml:2 -------------------------------------- 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/tmpxzwiidf_ 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_precedence.yml ************************************************* 1 plays in /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml PLAY [Test options precedence when mixing ssh dict and ssh_* variables] ******** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml:2 Thursday 21 July 2022 20:43:00 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml:11 Thursday 21 July 2022 20:43:01 +0000 (0:00:01.078) 0:00:01.090 ********* included: /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml for /cache/centos-9.qcow2.snap TASK [Setup] ******************************************************************* task path: /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:2 Thursday 21 July 2022 20:43:01 +0000 (0:00:00.026) 0:00:01.117 ********* included: /tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml for /cache/centos-9.qcow2.snap TASK [Ensure facts used by test] *********************************************** task path: /tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml:2 Thursday 21 July 2022 20:43:01 +0000 (0:00:00.025) 0:00:01.143 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml:7 Thursday 21 July 2022 20:43:01 +0000 (0:00:00.021) 0:00:01.164 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create a temporary directory for backup files] *************************** task path: /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:5 Thursday 21 July 2022 20:43:02 +0000 (0:00:00.939) 0:00:02.104 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.h7hwp9ss", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:13 Thursday 21 July 2022 20:43:02 +0000 (0:00:00.450) 0:00:02.554 ********* ok: [/cache/centos-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.h7hwp9ss/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.h7hwp9ss/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003902", "end": "2022-07-21 16:43:02.470986", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2022-07-21 16:43:02.467084" } ok: [/cache/centos-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.h7hwp9ss/$(dirname /etc/ssh/ssh_config);\n cp /etc/ssh/ssh_config /tmp/ansible.h7hwp9ss/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008058", "end": "2022-07-21 16:43:02.821751", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2022-07-21 16:43:02.813693" } TASK [Run role] **************************************************************** task path: /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml:14 Thursday 21 July 2022 20:43:03 +0000 (0:00:00.864) 0:00:03.418 ********* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Thursday 21 July 2022 20:43:03 +0000 (0:00:00.036) 0:00:03.454 ********* included: /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Thursday 21 July 2022 20:43:03 +0000 (0:00:00.027) 0:00:03.482 ********* ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Thursday 21 July 2022 20:43:04 +0000 (0:00:00.516) 0:00:03.998 ********* skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Thursday 21 July 2022 20:43:04 +0000 (0:00:00.039) 0:00:04.037 ********* ok: [/cache/centos-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/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10 Thursday 21 July 2022 20:43:05 +0000 (0:00:00.768) 0:00:04.806 ********* skipping: [/cache/centos-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/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Thursday 21 July 2022 20:43:05 +0000 (0:00:00.025) 0:00:04.831 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Thursday 21 July 2022 20:43:05 +0000 (0:00:00.024) 0:00:04.855 ********* changed: [/cache/centos-9.qcow2.snap] => { "backup_file": "/etc/ssh/ssh_config.21525.2022-07-21@16:43:05~", "changed": true, "checksum": "2771a93b02b62ba49a971a92a8f08cd527a3ef0a", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "md5sum": "d3ac25fe0e97e20c58467fe15bdd8cca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 57, "src": "/root/.ansible/tmp/ansible-tmp-1658436185.2652757-64349-115144161851207/source", "state": "file", "uid": 0 } META: role_complete for /cache/centos-9.qcow2.snap TASK [Download the global configuration file] ********************************** task path: /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml:36 Thursday 21 July 2022 20:43:06 +0000 (0:00:01.114) 0:00:05.969 ********* fatal: [/cache/centos-9.qcow2.snap]: FAILED! => { "changed": false } MSG: file not found: /etc/ssh/ssh_config.d/00-ansible.conf PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=10 changed=1 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0 Thursday 21 July 2022 20:43:06 +0000 (0:00:00.484) 0:00:06.453 ********* =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.11s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Gathering Facts --------------------------------------------------------- 1.08s /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml:2 ----------------------------- Make sure openssh is installed before creating backup ------------------- 0.94s /tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml:7 ---------------------------------- Backup files ------------------------------------------------------------ 0.86s /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:13 -------------------------------- fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.77s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.52s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Download the global configuration file ---------------------------------- 0.48s /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml:36 ---------------------------- Create a temporary directory for backup files --------------------------- 0.45s /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:5 --------------------------------- fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.04s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Run role ---------------------------------------------------------------- 0.04s /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml:14 ---------------------------- fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.03s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Backup configuration files ---------------------------------------------- 0.03s /tmp/tmp1qbds5ja/tests/ssh/tests_precedence.yml:11 ---------------------------- Setup ------------------------------------------------------------------- 0.03s /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:2 --------------------------------- fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.03s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10 fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.02s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Ensure facts used by test ----------------------------------------------- 0.02s /tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml:2 ----------------------------------