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_global_config_mode.yml *****************************************
1 plays in /tmp/tmpphxus3ul/tests/tests_global_config_mode.yml

PLAY [Test we can write global config with given permissions] ******************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpphxus3ul/tests/tests_global_config_mode.yml:2
Thursday 21 July 2022  20:40:07 +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_global_config_mode.yml:11
Thursday 21 July 2022  20:40:08 +0000 (0:00:01.062)       0:00:01.074 ********* 
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:08 +0000 (0:00:00.025)       0:00:01.100 ********* 
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:08 +0000 (0:00:00.024)       0:00:01.124 ********* 
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:08 +0000 (0:00:00.019)       0:00:01.144 ********* 
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:09 +0000 (0:00:00.919)       0:00:02.064 ********* 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/tmp/ansible.z_zxccx9",
    "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:09 +0000 (0:00:00.436)       0:00:02.500 ********* 
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.z_zxccx9/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n  cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.z_zxccx9/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n",
    "delta": "0:00:00.003255",
    "end": "2022-07-21 16:40:10.036928",
    "item": "/etc/ssh/ssh_config.d/00-ansible.conf",
    "rc": 0,
    "start": "2022-07-21 16:40:10.033673"
}
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.z_zxccx9/$(dirname /etc/ssh/ssh_config);\n  cp /etc/ssh/ssh_config /tmp/ansible.z_zxccx9/$(dirname /etc/ssh/ssh_config)\nfi\n",
    "delta": "0:00:00.008844",
    "end": "2022-07-21 16:40:10.373160",
    "item": "/etc/ssh/ssh_config",
    "rc": 0,
    "start": "2022-07-21 16:40:10.364316"
}

TASK [Run role] ****************************************************************
task path: /tmp/tmpphxus3ul/tests/tests_global_config_mode.yml:14
Thursday 21 July 2022  20:40:10 +0000 (0:00:00.839)       0:00:03.340 ********* 

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:10 +0000 (0:00:00.032)       0:00:03.372 ********* 
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:10 +0000 (0:00:00.024)       0:00:03.397 ********* 
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:11 +0000 (0:00:00.508)       0:00:03.905 ********* 
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:11 +0000 (0:00:00.038)       0:00:03.944 ********* 
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:12 +0000 (0:00:00.798)       0:00:04.742 ********* 
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:12 +0000 (0:00:00.023)       0:00:04.765 ********* 
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:12 +0000 (0:00:00.023)       0:00:04.789 ********* 
changed: [/cache/centos-9.qcow2.snap] => {
    "backup_file": "/etc/ssh/ssh_config.16433.2022-07-21@16:40:12~",
    "changed": true,
    "checksum": "134a8461ceac8f2d22205f68566daf5b8eb5cb1b",
    "dest": "/etc/ssh/ssh_config",
    "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-1658436012.2913997-60315-14492137443011/source",
    "state": "file",
    "uid": 2
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Download the global configuration file] **********************************
task path: /tmp/tmpphxus3ul/tests/tests_global_config_mode.yml:38
Thursday 21 July 2022  20:40:13 +0000 (0:00:01.114)       0:00:05.903 ********* 
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:13 +0000 (0:00:00.479)       0:00:06.382 ********* 
=============================================================================== 
linux-system-roles.ssh : Generate the configuration file ---------------- 1.11s
/tmp/tmpphxus3ul/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 ---------
Gathering Facts --------------------------------------------------------- 1.06s
/tmp/tmpphxus3ul/tests/tests_global_config_mode.yml:2 -------------------------
Make sure openssh is installed before creating backup ------------------- 0.92s
/tmp/tmpphxus3ul/tests/tasks/setup.yml:7 --------------------------------------
Backup files ------------------------------------------------------------ 0.84s
/tmp/tmpphxus3ul/tests/tasks/backup.yml:13 ------------------------------------
linux-system-roles.ssh : Ensure required packages are installed --------- 0.80s
/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 global configuration file ---------------------------------- 0.48s
/tmp/tmpphxus3ul/tests/tests_global_config_mode.yml:38 ------------------------
Create a temporary directory for backup files --------------------------- 0.44s
/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_global_config_mode.yml:14 ------------------------
Backup configuration files ---------------------------------------------- 0.03s
/tmp/tmpphxus3ul/tests/tests_global_config_mode.yml:11 ------------------------
linux-system-roles.ssh : Set platform/version specific variables -------- 0.02s
/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_global_config_mode.yml *****************************************
1 plays in /tmp/tmp1qbds5ja/tests/ssh/tests_global_config_mode.yml

PLAY [Test we can write global config with given permissions] ******************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp1qbds5ja/tests/ssh/tests_global_config_mode.yml:2
Thursday 21 July 2022  20:42:17 +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_global_config_mode.yml:11
Thursday 21 July 2022  20:42:18 +0000 (0:00:01.108)       0:00:01.121 ********* 
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:18 +0000 (0:00:00.025)       0:00:01.147 ********* 
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:18 +0000 (0:00:00.024)       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:18 +0000 (0:00:00.019)       0:00:01.190 ********* 
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:19 +0000 (0:00:00.935)       0:00:02.126 ********* 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/tmp/ansible.ox8d7q5s",
    "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:20 +0000 (0:00:00.452)       0:00:02.579 ********* 
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.ox8d7q5s/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n  cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.ox8d7q5s/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n",
    "delta": "0:00:00.003182",
    "end": "2022-07-21 16:42:19.657757",
    "item": "/etc/ssh/ssh_config.d/00-ansible.conf",
    "rc": 0,
    "start": "2022-07-21 16:42:19.654575"
}
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.ox8d7q5s/$(dirname /etc/ssh/ssh_config);\n  cp /etc/ssh/ssh_config /tmp/ansible.ox8d7q5s/$(dirname /etc/ssh/ssh_config)\nfi\n",
    "delta": "0:00:00.008234",
    "end": "2022-07-21 16:42:20.009487",
    "item": "/etc/ssh/ssh_config",
    "rc": 0,
    "start": "2022-07-21 16:42:20.001253"
}

TASK [Run role] ****************************************************************
task path: /tmp/tmp1qbds5ja/tests/ssh/tests_global_config_mode.yml:14
Thursday 21 July 2022  20:42:20 +0000 (0:00:00.853)       0:00:03.432 ********* 

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:20 +0000 (0:00:00.036)       0:00:03.469 ********* 
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:21 +0000 (0:00:00.029)       0:00:03.499 ********* 
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:21 +0000 (0:00:00.522)       0:00:04.021 ********* 
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:21 +0000 (0:00:00.037)       0:00:04.058 ********* 
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:22 +0000 (0:00:00.775)       0:00:04.834 ********* 
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:22 +0000 (0:00:00.036)       0:00:04.871 ********* 
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:22 +0000 (0:00:00.024)       0:00:04.895 ********* 
changed: [/cache/centos-9.qcow2.snap] => {
    "backup_file": "/etc/ssh/ssh_config.16429.2022-07-21@16:42:22~",
    "changed": true,
    "checksum": "134a8461ceac8f2d22205f68566daf5b8eb5cb1b",
    "dest": "/etc/ssh/ssh_config",
    "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-1658436142.474863-63251-22874251568315/source",
    "state": "file",
    "uid": 2
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Download the global configuration file] **********************************
task path: /tmp/tmp1qbds5ja/tests/ssh/tests_global_config_mode.yml:38
Thursday 21 July 2022  20:42:23 +0000 (0:00:01.096)       0:00:05.991 ********* 
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:42:23 +0000 (0:00:00.486)       0:00:06.478 ********* 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 1.11s
/tmp/tmp1qbds5ja/tests/ssh/tests_global_config_mode.yml:2 ---------------------
fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.10s
/tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 
Make sure openssh is installed before creating backup ------------------- 0.94s
/tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml:7 ----------------------------------
Backup files ------------------------------------------------------------ 0.85s
/tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:13 --------------------------------
fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.78s
/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.49s
/tmp/tmp1qbds5ja/tests/ssh/tests_global_config_mode.yml:38 --------------------
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_global_config_mode.yml:14 --------------------
fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.04s
/tmp/tmpxzwiidf_/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10 
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_global_config_mode.yml:11 --------------------
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 
Setup ------------------------------------------------------------------- 0.02s
/tmp/tmp1qbds5ja/tests/ssh/tasks/backup.yml:2 ---------------------------------
Ensure facts used by test ----------------------------------------------- 0.02s
/tmp/tmp1qbds5ja/tests/ssh/tasks/setup.yml:2 ----------------------------------