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_no_skip_defaults.yml ******************************************* 1 plays in /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml PLAY [Test we can write global config with default configuration] ************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml:2 Thursday 21 July 2022 20:40:43 +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/tmpphxus3ul/tests/tests_no_skip_defaults.yml:20 Thursday 21 July 2022 20:40:44 +0000 (0:00:01.089) 0:00:01.102 ********* 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:44 +0000 (0:00:00.027) 0:00:01.130 ********* 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:44 +0000 (0:00:00.024) 0:00:01.155 ********* 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:44 +0000 (0:00:00.019) 0:00:01.174 ********* 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:45 +0000 (0:00:00.943) 0:00:02.118 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.j5zpe5ud", "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:45 +0000 (0:00:00.453) 0:00:02.571 ********* 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.j5zpe5ud/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.j5zpe5ud/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003462", "end": "2022-07-21 16:40:45.711691", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2022-07-21 16:40:45.708229" } 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.j5zpe5ud/$(dirname /etc/ssh/ssh_config);\n cp /etc/ssh/ssh_config /tmp/ansible.j5zpe5ud/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008880", "end": "2022-07-21 16:40:46.066351", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2022-07-21 16:40:46.057471" } TASK [Run role] **************************************************************** task path: /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml:23 Thursday 21 July 2022 20:40:46 +0000 (0:00:00.862) 0:00:03.433 ********* 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:46 +0000 (0:00:00.032) 0:00:03.466 ********* 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:46 +0000 (0:00:00.025) 0:00:03.491 ********* 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:47 +0000 (0:00:00.513) 0:00:04.005 ********* 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:47 +0000 (0:00:00.041) 0:00:04.046 ********* 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:47 +0000 (0:00:00.790) 0:00:04.837 ********* 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:47 +0000 (0:00:00.024) 0:00:04.861 ********* 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:47 +0000 (0:00:00.024) 0:00:04.886 ********* changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "checksum": "bf5cdf30dd2ccc9e4b372e53dee646f22975898e", "dest": "/tmp/ssh_config_with_defaults", "gid": 0, "group": "root", "md5sum": "1c139e088a03fb8a22ed35303d9ec267", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 53, "src": "/root/.ansible/tmp/ansible-tmp-1658436047.992209-61233-217405836650380/source", "state": "file", "uid": 0 } META: role_complete for /cache/centos-9.qcow2.snap TASK [Download the new configuration file] ************************************* task path: /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml:32 Thursday 21 July 2022 20:40:48 +0000 (0:00:01.072) 0:00:05.959 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCkxvY2FsRm9yd2FyZCAyMjIyIGxvY2FsaG9zdDoyMgo=", "encoding": "base64", "source": "/tmp/ssh_config_with_defaults" } TASK [Check if the selected options are in] ************************************ task path: /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml:37 Thursday 21 July 2022 20:40:49 +0000 (0:00:00.473) 0:00:06.432 ********* fatal: [/cache/centos-9.qcow2.snap]: FAILED! => { "assertion": "'Include /etc/ssh/ssh_config.d/*.conf' in config.content | b64decode", "changed": false, "evaluated_to": false } MSG: Assertion failed PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=11 changed=1 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0 Thursday 21 July 2022 20:40:49 +0000 (0:00:00.043) 0:00:06.476 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.09s /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml:2 --------------------------- linux-system-roles.ssh : Generate the configuration file ---------------- 1.07s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 --------- Make sure openssh is installed before creating backup ------------------- 0.94s /tmp/tmpphxus3ul/tests/tasks/setup.yml:7 -------------------------------------- Backup files ------------------------------------------------------------ 0.86s /tmp/tmpphxus3ul/tests/tasks/backup.yml:13 ------------------------------------ linux-system-roles.ssh : Ensure required packages are installed --------- 0.79s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 ---------- linux-system-roles.ssh : Ensure ansible_facts used by role -------------- 0.51s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 ------ Download the new configuration file ------------------------------------- 0.47s /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml:32 -------------------------- Create a temporary directory for backup files --------------------------- 0.45s /tmp/tmpphxus3ul/tests/tasks/backup.yml:5 ------------------------------------- Check if the selected options are in ------------------------------------ 0.04s /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml:37 -------------------------- 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_no_skip_defaults.yml:23 -------------------------- Backup configuration files ---------------------------------------------- 0.03s /tmp/tmpphxus3ul/tests/tests_no_skip_defaults.yml:20 -------------------------- linux-system-roles.ssh : Set platform/version specific variables -------- 0.03s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 ---------- Setup ------------------------------------------------------------------- 0.02s /tmp/tmpphxus3ul/tests/tasks/backup.yml:2 ------------------------------------- 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 --------- linux-system-roles.ssh : Gather information about the user for user configuration --- 0.02s /tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:10 --------- 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_no_skip_defaults.yml ******************************************* 1 plays in /tmp/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml PLAY [Test we can write global config with default configuration] ************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml:2 Thursday 21 July 2022 20:42:53 +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/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml:20 Thursday 21 July 2022 20:42:54 +0000 (0:00:01.103) 0:00:01.117 ********* 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:42:54 +0000 (0:00:00.027) 0:00:01.145 ********* 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:42:54 +0000 (0:00:00.026) 0:00:01.171 ********* 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:42:54 +0000 (0:00:00.021) 0:00:01.192 ********* 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:42:55 +0000 (0:00:00.929) 0:00:02.122 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.39tagcw5", "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:42:55 +0000 (0:00:00.466) 0:00:02.589 ********* 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.39tagcw5/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.39tagcw5/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003662", "end": "2022-07-21 16:42:55.388974", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2022-07-21 16:42:55.385312" } 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.39tagcw5/$(dirname /etc/ssh/ssh_config);\n cp /etc/ssh/ssh_config /tmp/ansible.39tagcw5/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008388", "end": "2022-07-21 16:42:55.751429", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2022-07-21 16:42:55.743041" } TASK [Run role] **************************************************************** task path: /tmp/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml:23 Thursday 21 July 2022 20:42:56 +0000 (0:00:00.873) 0:00:03.463 ********* 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:42:56 +0000 (0:00:00.037) 0:00:03.500 ********* 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:42:56 +0000 (0:00:00.029) 0:00:03.529 ********* 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:42:57 +0000 (0:00:00.509) 0:00:04.039 ********* 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:42:57 +0000 (0:00:00.040) 0:00:04.079 ********* 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:42:58 +0000 (0:00:00.802) 0:00:04.881 ********* 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:42:58 +0000 (0:00:00.025) 0:00:04.907 ********* 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:42:58 +0000 (0:00:00.025) 0:00:04.932 ********* changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "checksum": "bf5cdf30dd2ccc9e4b372e53dee646f22975898e", "dest": "/tmp/ssh_config_with_defaults", "gid": 0, "group": "root", "md5sum": "1c139e088a03fb8a22ed35303d9ec267", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 53, "src": "/root/.ansible/tmp/ansible-tmp-1658436178.231077-64169-49776484730537/source", "state": "file", "uid": 0 } META: role_complete for /cache/centos-9.qcow2.snap TASK [Download the new configuration file] ************************************* task path: /tmp/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml:32 Thursday 21 July 2022 20:42:59 +0000 (0:00:01.086) 0:00:06.018 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCkxvY2FsRm9yd2FyZCAyMjIyIGxvY2FsaG9zdDoyMgo=", "encoding": "base64", "source": "/tmp/ssh_config_with_defaults" } TASK [Check if the selected options are in] ************************************ task path: /tmp/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml:37 Thursday 21 July 2022 20:42:59 +0000 (0:00:00.477) 0:00:06.496 ********* fatal: [/cache/centos-9.qcow2.snap]: FAILED! => { "assertion": "'Include /etc/ssh/ssh_config.d/*.conf' in config.content | b64decode", "changed": false, "evaluated_to": false } MSG: Assertion failed PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=11 changed=1 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0 Thursday 21 July 2022 20:42:59 +0000 (0:00:00.041) 0:00:06.537 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.10s /tmp/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml:2 ----------------------- fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.09s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Make sure openssh is installed before creating backup ------------------- 0.93s /tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml:7 ---------------------------------- Backup files ------------------------------------------------------------ 0.87s /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:13 -------------------------------- fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.80s /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.51s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Download the new configuration file ------------------------------------- 0.48s /tmp/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml:32 ---------------------- Create a temporary directory for backup files --------------------------- 0.47s /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:5 --------------------------------- Check if the selected options are in ------------------------------------ 0.04s /tmp/tmp1qbds5ja/tests/ssh/tests_no_skip_defaults.yml:37 ---------------------- 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_no_skip_defaults.yml:23 ---------------------- 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_no_skip_defaults.yml:20 ---------------------- Setup ------------------------------------------------------------------- 0.03s /tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:2 --------------------------------- fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.03s /tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 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 Ensure facts used by test ----------------------------------------------- 0.02s /tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml:2 ----------------------------------