ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_indentation.yml ************************************************
1 plays in /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml

PLAY [Test indentation] ********************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:2
Friday 20 September 2024  21:57:32 -0400 (0:00:00.030)       0:00:00.030 ****** 
ok: [managed_node3]
META: ran handlers

TASK [Backup configuration files] **********************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:8
Friday 20 September 2024  21:57:34 -0400 (0:00:01.176)       0:00:01.206 ****** 
included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node3

TASK [Setup] *******************************************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2
Friday 20 September 2024  21:57:34 -0400 (0:00:00.062)       0:00:01.268 ****** 
included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node3

TASK [Ensure facts used by test] ***********************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2
Friday 20 September 2024  21:57:34 -0400 (0:00:00.047)       0:00:01.316 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10
Friday 20 September 2024  21:57:34 -0400 (0:00:00.112)       0:00:01.429 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15
Friday 20 September 2024  21:57:35 -0400 (0:00:00.975)       0:00:02.405 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__ssh_is_ostree": false
    }, 
    "changed": false
}

TASK [Make sure openssh is installed before creating backup] *******************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19
Friday 20 September 2024  21:57:35 -0400 (0:00:00.142)       0:00:02.547 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed"
    ]
}

TASK [Define common variables] *************************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31
Friday 20 September 2024  21:57:36 -0400 (0:00:00.921)       0:00:03.469 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "main_ssh_config": "/etc/ssh/ssh_config", 
        "main_ssh_config_name": "ssh_config", 
        "main_ssh_config_path": "/etc/ssh/"
    }, 
    "changed": false
}

TASK [Define specific variables] ***********************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37
Friday 20 September 2024  21:57:36 -0400 (0:00:00.023)       0:00:03.492 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Create a temporary directory for backup files] ***************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5
Friday 20 September 2024  21:57:36 -0400 (0:00:00.077)       0:00:03.570 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/tmp/ansible.lDemVF", 
    "secontext": "unconfined_u:object_r:user_tmp_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [Backup files] ************************************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13
Friday 20 September 2024  21:57:37 -0400 (0:00:00.575)       0:00:04.146 ****** 

TASK [Run role] ****************************************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:11
Friday 20 September 2024  21:57:37 -0400 (0:00:00.088)       0:00:04.234 ****** 

TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2
Friday 20 September 2024  21:57:37 -0400 (0:00:00.113)       0:00:04.348 ****** 
included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed_node3

TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] *******
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2
Friday 20 September 2024  21:57:37 -0400 (0:00:00.080)       0:00:04.429 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Check if system is ostree] ***************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10
Friday 20 September 2024  21:57:37 -0400 (0:00:00.046)       0:00:04.475 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15
Friday 20 September 2024  21:57:37 -0400 (0:00:00.042)       0:00:04.518 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22
Friday 20 September 2024  21:57:37 -0400 (0:00:00.038)       0:00:04.556 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27
Friday 20 September 2024  21:57:37 -0400 (0:00:00.283)       0:00:04.839 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__ssh_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31
Friday 20 September 2024  21:57:37 -0400 (0:00:00.047)       0:00:04.887 ****** 
skipping: [managed_node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed_node3] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__ssh_defaults": {
            "Host": {
                "Condition": "*", 
                "ForwardX11Trusted": true, 
                "GSSAPIAuthentication": true, 
                "SendEnv": [
                    "LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES", 
                    "LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT", 
                    "LC_IDENTIFICATION LC_ALL LANGUAGE", 
                    "XMODIFIERS"
                ]
            }
        }
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed_node3] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5
Friday 20 September 2024  21:57:37 -0400 (0:00:00.071)       0:00:04.958 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "openssh-7.4p1-23.el7_9.x86_64 providing openssh is already installed", 
        "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed"
    ]
}

TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17
Friday 20 September 2024  21:57:38 -0400 (0:00:00.521)       0:00:05.480 ****** 
skipping: [managed_node3] => {}

TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] *****
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22
Friday 20 September 2024  21:57:38 -0400 (0:00:00.059)       0:00:05.540 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Fail if reboot is needed and not set] ****
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27
Friday 20 September 2024  21:57:38 -0400 (0:00:00.060)       0:00:05.601 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35
Friday 20 September 2024  21:57:38 -0400 (0:00:00.059)       0:00:05.661 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] ***
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42
Friday 20 September 2024  21:57:38 -0400 (0:00:00.058)       0:00:05.719 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Generate the configuration file] *********
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53
Friday 20 September 2024  21:57:38 -0400 (0:00:00.061)       0:00:05.781 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "checksum": "ff4d02e67b15b0caa18d676d35f0233e959f9514", 
    "dest": "/tmp/ssh_config", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "fcb3b970ee5283bcf42a3a0dd2fa8119", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "unconfined_u:object_r:admin_home_t:s0", 
    "size": 573, 
    "src": "/root/.ansible/tmp/ansible-tmp-1726883858.75-11771-24667838929736/source", 
    "state": "file", 
    "uid": 0
}

TASK [Download the global configuration file] **********************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:42
Friday 20 September 2024  21:57:40 -0400 (0:00:01.424)       0:00:07.206 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpGb3J3YXJkWDExIG5vCk1hdGNoIGFsbAogIEdTU0FQSUF1dGhlbnRpY2F0aW9uIHllcwogIFNlbmRFbnYgdGVzdDFfMQogIFNlbmRFbnYgdGVzdDFfMgpNYXRjaCBleGVjIHRydWUKICBVc2VyIG5vYm9keQpIb3N0IGV4YW1wbGUKICBIb3N0bmFtZSBleGFtcGxlLmNvbQogIFNlbmRFbnYgdGVzdDJfMQogIFNlbmRFbnYgdGVzdDJfMgpIb3N0ICoKICBGb3J3YXJkWDExVHJ1c3RlZCB5ZXMKICBHU1NBUElBdXRoZW50aWNhdGlvbiB5ZXMKICBTZW5kRW52IExBTkcgTENfQ1RZUEUgTENfTlVNRVJJQyBMQ19USU1FIExDX0NPTExBVEUgTENfTU9ORVRBUlkgTENfTUVTU0FHRVMKICBTZW5kRW52IExDX1BBUEVSIExDX05BTUUgTENfQUREUkVTUyBMQ19URUxFUEhPTkUgTENfTUVBU1VSRU1FTlQKICBTZW5kRW52IExDX0lERU5USUZJQ0FUSU9OIExDX0FMTCBMQU5HVUFHRQogIFNlbmRFbnYgWE1PRElGSUVSUwpIb3N0IGxvY2FsCiAgSG9zdG5hbWUgbG9jYWwuZXhhbXBsZS5jb20KICBTZW5kRW52IHRlc3QzXzEKICBTZW5kRW52IHRlc3QzXzIK", 
    "encoding": "base64", 
    "source": "/tmp/ssh_config"
}

TASK [Verify the options are in the file] **************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:47
Friday 20 September 2024  21:57:40 -0400 (0:00:00.395)       0:00:07.601 ****** 
ok: [managed_node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Restore configuration files] *********************************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:68
Friday 20 September 2024  21:57:40 -0400 (0:00:00.125)       0:00:07.727 ****** 
included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml for managed_node3

TASK [Restore backed up files and remove what was not present] *****************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2
Friday 20 September 2024  21:57:40 -0400 (0:00:00.037)       0:00:07.764 ****** 

TASK [Remove temporary directory for backup files] *****************************
task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15
Friday 20 September 2024  21:57:40 -0400 (0:00:00.059)       0:00:07.824 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "path": "/tmp/ansible.lDemVF", 
    "state": "absent"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node3              : ok=18   changed=1    unreachable=0    failed=0    skipped=12   rescued=0    ignored=0   

Friday 20 September 2024  21:57:41 -0400 (0:00:00.528)       0:00:08.352 ****** 
=============================================================================== 
fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.42s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 
Gathering Facts --------------------------------------------------------- 1.18s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:2 
Check if system is ostree ----------------------------------------------- 0.98s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 
Make sure openssh is installed before creating backup ------------------- 0.92s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 
Create a temporary directory for backup files --------------------------- 0.58s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 
Remove temporary directory for backup files ----------------------------- 0.53s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 
fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.52s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 
Download the global configuration file ---------------------------------- 0.40s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:42 
fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.28s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 
Set flag to indicate system is ostree ----------------------------------- 0.14s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 
Verify the options are in the file -------------------------------------- 0.13s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:47 
Run role ---------------------------------------------------------------- 0.11s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:11 
Ensure facts used by test ----------------------------------------------- 0.11s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 
Backup files ------------------------------------------------------------ 0.09s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 
fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.08s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 
Define specific variables ----------------------------------------------- 0.08s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 
fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.07s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 
Backup configuration files ---------------------------------------------- 0.06s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_indentation.yml:8 
fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.06s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 
fedora.linux_system_roles.ssh : Reboot transactional update systems ----- 0.06s
/tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22