# STDOUT:
---v---v---v---v---v---
ansible-playbook [core 2.13.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.13/lib/python3.8/site-packages/ansible
  ansible collection location = /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection
  executable location = /opt/ansible-2.13/bin/ansible-playbook
  python version = 3.8.13 (default, Jun 24 2022, 15:27:57) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)]
  jinja version = 3.1.2
  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_match.yml ******************************************************
1 plays in /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml

PLAY [Verify default packages as well as additional are installed] *************

TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:2
Sunday 29 January 2023  03:30:17 +0000 (0:00:00.051)       0:00:00.051 ******** 
ok: [sut]
META: ran handlers

TASK [Backup configuration files] **********************************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:11
Sunday 29 January 2023  03:30:19 +0000 (0:00:01.928)       0:00:01.979 ******** 
included: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/backup.yml for sut

TASK [Setup] *******************************************************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/backup.yml:2
Sunday 29 January 2023  03:30:19 +0000 (0:00:00.087)       0:00:02.067 ******** 
included: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/setup.yml for sut

TASK [Ensure facts used by test] ***********************************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/setup.yml:2
Sunday 29 January 2023  03:30:19 +0000 (0:00:00.048)       0:00:02.115 ******** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Make sure openssh is installed before creating backup] *******************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/setup.yml:7
Sunday 29 January 2023  03:30:19 +0000 (0:00:00.062)       0:00:02.178 ******** 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create a temporary directory for backup files] ***************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/backup.yml:5
Sunday 29 January 2023  03:30:21 +0000 (0:00:02.034)       0:00:04.213 ******** 
ok: [sut] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/tmp/ansible.yfdvy4u0",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Backup files] ************************************************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/backup.yml:13
Sunday 29 January 2023  03:30:22 +0000 (0:00:00.546)       0:00:04.759 ******** 
ok: [sut] => (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.yfdvy4u0/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n  cp /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.yfdvy4u0/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n",
    "delta": "0:00:00.004147",
    "end": "2023-01-29 03:30:23.051527",
    "item": "/etc/ssh/ssh_config.d/00-ansible.conf",
    "rc": 0,
    "start": "2023-01-29 03:30:23.047380"
}
ok: [sut] => (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.yfdvy4u0/$(dirname /etc/ssh/ssh_config);\n  cp /etc/ssh/ssh_config /tmp/ansible.yfdvy4u0/$(dirname /etc/ssh/ssh_config)\nfi\n",
    "delta": "0:00:00.013236",
    "end": "2023-01-29 03:30:23.391534",
    "item": "/etc/ssh/ssh_config",
    "rc": 0,
    "start": "2023-01-29 03:30:23.378298"
}

TASK [Run role] ****************************************************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:14
Sunday 29 January 2023  03:30:23 +0000 (0:00:01.024)       0:00:05.783 ******** 

TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] ***
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2
Sunday 29 January 2023  03:30:23 +0000 (0:00:00.076)       0:00:05.860 ******** 
included: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for sut

TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] *******
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2
Sunday 29 January 2023  03:30:23 +0000 (0:00:00.100)       0:00:05.960 ******** 
ok: [sut]

TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] ***
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7
Sunday 29 January 2023  03:30:24 +0000 (0:00:00.602)       0:00:06.562 ******** 
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [sut] => (item=RedHat_8.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": [
        "/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [sut] => (item=RedHat_8.8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] ***
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5
Sunday 29 January 2023  03:30:24 +0000 (0:00:00.144)       0:00:06.707 ******** 
ok: [sut] => {
    "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: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10
Sunday 29 January 2023  03:30:26 +0000 (0:00:01.693)       0:00:08.400 ******** 
skipping: [sut] => {
    "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: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17
Sunday 29 January 2023  03:30:26 +0000 (0:00:00.029)       0:00:08.429 ******** 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ssh : Generate the configuration file] *********
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28
Sunday 29 January 2023  03:30:26 +0000 (0:00:00.029)       0:00:08.458 ******** 
changed: [sut] => {
    "changed": true,
    "checksum": "2d52bd7a92154556a85b5648fae7b5c2c00ae1ff",
    "dest": "/etc/ssh/ssh_config.d/00-ansible.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "fd6c6700f814034939d889b85fd00fed",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 172,
    "src": "/root/.ansible/tmp/ansible-tmp-1674963026.1903496-9126-50094169749516/source",
    "state": "file",
    "uid": 0
}
META: role_complete for sut

TASK [Download the custom configuration file] **********************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:43
Sunday 29 January 2023  03:30:27 +0000 (0:00:01.541)       0:00:10.000 ******** 
ok: [sut] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCk1hdGNoIHVzZXIgdGVzdHVzZXIKICBDb21wcmVzc2lvbiB5ZXMKTWF0Y2ggaG9zdCBleGFtcGxlCiAgSG9zdG5hbWUgZXhhbXBsZS5jb20KSG9zdCBsb2NhbAogIFVzZXIgbG9jYWx1c2VyCkhvc3QgcmVtb3RlCiAgSG9zdG5hbWUgcmVtb3RlLmV4YW1wbGUuY29tCg==",
    "encoding": "base64",
    "source": "/etc/ssh/ssh_config.d/00-ansible.conf"
}

TASK [Verify the options are in the file] **************************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:48
Sunday 29 January 2023  03:30:28 +0000 (0:00:00.502)       0:00:10.502 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Run first ssh in test mode to evaluate the configuration] ****************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:64
Sunday 29 January 2023  03:30:28 +0000 (0:00:00.098)       0:00:10.600 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "ssh",
        "-G",
        "testuser@example"
    ],
    "delta": "0:00:00.009751",
    "end": "2023-01-29 03:30:28.515383",
    "rc": 0,
    "start": "2023-01-29 03:30:28.505632"
}

STDOUT:

user testuser
hostname example.com
port 22
addkeystoagent false
addressfamily any
batchmode no
canonicalizefallbacklocal yes
canonicalizehostname false
challengeresponseauthentication yes
checkhostip yes
compression yes
controlmaster false
enablesshkeysign no
clearallforwardings no
exitonforwardfailure no
fingerprinthash SHA256
forwardagent no
forwardx11 no
forwardx11trusted yes
gatewayports no
gssapiauthentication yes
gssapikeyexchange no
gssapidelegatecredentials no
gssapitrustdns no
gssapirenewalforcesrekey no
gssapikexalgorithms gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-,gss-gex-sha1-,gss-group14-sha1-
hashknownhosts no
hostbasedauthentication no
identitiesonly no
kbdinteractiveauthentication yes
nohostauthenticationforlocalhost no
passwordauthentication yes
permitlocalcommand no
proxyusefdpass no
pubkeyauthentication yes
requesttty auto
streamlocalbindunlink no
stricthostkeychecking ask
tcpkeepalive yes
tunnel false
verifyhostkeydns false
visualhostkey no
updatehostkeys false
canonicalizemaxdots 1
connectionattempts 1
forwardx11timeout 1200
numberofpasswordprompts 3
serveralivecountmax 3
serveraliveinterval 0
ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes256-cbc,aes128-gcm@openssh.com,aes128-ctr,aes128-cbc
hostkeyalgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
hostbasedkeytypes ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
kexalgorithms curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
casignaturealgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-256,rsa-sha2-512,ssh-rsa
loglevel INFO
macs hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512
pubkeyacceptedkeytypes ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com
xauthlocation /usr/bin/xauth
identityfile ~/.ssh/id_rsa
identityfile ~/.ssh/id_dsa
identityfile ~/.ssh/id_ecdsa
identityfile ~/.ssh/id_ed25519
identityfile ~/.ssh/id_xmss
canonicaldomains
globalknownhostsfile /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2
userknownhostsfile ~/.ssh/known_hosts ~/.ssh/known_hosts2
sendenv LANG
sendenv LC_CTYPE
sendenv LC_NUMERIC
sendenv LC_TIME
sendenv LC_COLLATE
sendenv LC_MONETARY
sendenv LC_MESSAGES
sendenv LC_PAPER
sendenv LC_NAME
sendenv LC_ADDRESS
sendenv LC_TELEPHONE
sendenv LC_MEASUREMENT
sendenv LC_IDENTIFICATION
sendenv LC_ALL
sendenv LANGUAGE
sendenv XMODIFIERS
connecttimeout none
tunneldevice any:any
controlpersist no
escapechar ~
ipqos af21 cs1
rekeylimit 0 0
streamlocalbindmask 0177
syslogfacility USER


STDERR:

Pseudo-terminal will not be allocated because stdin is not a terminal.

TASK [Run second ssh in test mode to evaluate the configuration] ***************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:69
Sunday 29 January 2023  03:30:28 +0000 (0:00:00.308)       0:00:10.908 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "ssh",
        "-G",
        "local"
    ],
    "delta": "0:00:00.007650",
    "end": "2023-01-29 03:30:28.869351",
    "rc": 0,
    "start": "2023-01-29 03:30:28.861701"
}

STDOUT:

user localuser
hostname local
port 22
addkeystoagent false
addressfamily any
batchmode no
canonicalizefallbacklocal yes
canonicalizehostname false
challengeresponseauthentication yes
checkhostip yes
compression no
controlmaster false
enablesshkeysign no
clearallforwardings no
exitonforwardfailure no
fingerprinthash SHA256
forwardagent no
forwardx11 no
forwardx11trusted yes
gatewayports no
gssapiauthentication yes
gssapikeyexchange no
gssapidelegatecredentials no
gssapitrustdns no
gssapirenewalforcesrekey no
gssapikexalgorithms gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-,gss-gex-sha1-,gss-group14-sha1-
hashknownhosts no
hostbasedauthentication no
identitiesonly no
kbdinteractiveauthentication yes
nohostauthenticationforlocalhost no
passwordauthentication yes
permitlocalcommand no
proxyusefdpass no
pubkeyauthentication yes
requesttty auto
streamlocalbindunlink no
stricthostkeychecking ask
tcpkeepalive yes
tunnel false
verifyhostkeydns false
visualhostkey no
updatehostkeys false
canonicalizemaxdots 1
connectionattempts 1
forwardx11timeout 1200
numberofpasswordprompts 3
serveralivecountmax 3
serveraliveinterval 0
ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes256-cbc,aes128-gcm@openssh.com,aes128-ctr,aes128-cbc
hostkeyalgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
hostbasedkeytypes ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
kexalgorithms curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
casignaturealgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-256,rsa-sha2-512,ssh-rsa
loglevel INFO
macs hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512
pubkeyacceptedkeytypes ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com
xauthlocation /usr/bin/xauth
identityfile ~/.ssh/id_rsa
identityfile ~/.ssh/id_dsa
identityfile ~/.ssh/id_ecdsa
identityfile ~/.ssh/id_ed25519
identityfile ~/.ssh/id_xmss
canonicaldomains
globalknownhostsfile /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2
userknownhostsfile ~/.ssh/known_hosts ~/.ssh/known_hosts2
sendenv LANG
sendenv LC_CTYPE
sendenv LC_NUMERIC
sendenv LC_TIME
sendenv LC_COLLATE
sendenv LC_MONETARY
sendenv LC_MESSAGES
sendenv LC_PAPER
sendenv LC_NAME
sendenv LC_ADDRESS
sendenv LC_TELEPHONE
sendenv LC_MEASUREMENT
sendenv LC_IDENTIFICATION
sendenv LC_ALL
sendenv LANGUAGE
sendenv XMODIFIERS
connecttimeout none
tunneldevice any:any
controlpersist no
escapechar ~
ipqos af21 cs1
rekeylimit 0 0
streamlocalbindmask 0177
syslogfacility USER


STDERR:

Pseudo-terminal will not be allocated because stdin is not a terminal.

TASK [Run third ssh in test mode to evaluate the configuration] ****************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:74
Sunday 29 January 2023  03:30:28 +0000 (0:00:00.363)       0:00:11.272 ******** 
ok: [sut] => {
    "changed": false,
    "cmd": [
        "ssh",
        "-G",
        "remote"
    ],
    "delta": "0:00:00.007197",
    "end": "2023-01-29 03:30:29.284240",
    "rc": 0,
    "start": "2023-01-29 03:30:29.277043"
}

STDOUT:

user root
hostname remote.example.com
port 22
addkeystoagent false
addressfamily any
batchmode no
canonicalizefallbacklocal yes
canonicalizehostname false
challengeresponseauthentication yes
checkhostip yes
compression no
controlmaster false
enablesshkeysign no
clearallforwardings no
exitonforwardfailure no
fingerprinthash SHA256
forwardagent no
forwardx11 no
forwardx11trusted yes
gatewayports no
gssapiauthentication yes
gssapikeyexchange no
gssapidelegatecredentials no
gssapitrustdns no
gssapirenewalforcesrekey no
gssapikexalgorithms gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-,gss-gex-sha1-,gss-group14-sha1-
hashknownhosts no
hostbasedauthentication no
identitiesonly no
kbdinteractiveauthentication yes
nohostauthenticationforlocalhost no
passwordauthentication yes
permitlocalcommand no
proxyusefdpass no
pubkeyauthentication yes
requesttty auto
streamlocalbindunlink no
stricthostkeychecking ask
tcpkeepalive yes
tunnel false
verifyhostkeydns false
visualhostkey no
updatehostkeys false
canonicalizemaxdots 1
connectionattempts 1
forwardx11timeout 1200
numberofpasswordprompts 3
serveralivecountmax 3
serveraliveinterval 0
ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes256-cbc,aes128-gcm@openssh.com,aes128-ctr,aes128-cbc
hostkeyalgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
hostbasedkeytypes ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
kexalgorithms curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
casignaturealgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-256,rsa-sha2-512,ssh-rsa
loglevel INFO
macs hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512
pubkeyacceptedkeytypes ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com
xauthlocation /usr/bin/xauth
identityfile ~/.ssh/id_rsa
identityfile ~/.ssh/id_dsa
identityfile ~/.ssh/id_ecdsa
identityfile ~/.ssh/id_ed25519
identityfile ~/.ssh/id_xmss
canonicaldomains
globalknownhostsfile /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2
userknownhostsfile ~/.ssh/known_hosts ~/.ssh/known_hosts2
sendenv LANG
sendenv LC_CTYPE
sendenv LC_NUMERIC
sendenv LC_TIME
sendenv LC_COLLATE
sendenv LC_MONETARY
sendenv LC_MESSAGES
sendenv LC_PAPER
sendenv LC_NAME
sendenv LC_ADDRESS
sendenv LC_TELEPHONE
sendenv LC_MEASUREMENT
sendenv LC_IDENTIFICATION
sendenv LC_ALL
sendenv LANGUAGE
sendenv XMODIFIERS
connecttimeout none
tunneldevice any:any
controlpersist no
escapechar ~
ipqos af21 cs1
rekeylimit 0 0
streamlocalbindmask 0177
syslogfacility USER


STDERR:

Pseudo-terminal will not be allocated because stdin is not a terminal.

TASK [Verify the options are correctly evaluated] ******************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:79
Sunday 29 January 2023  03:30:29 +0000 (0:00:00.399)       0:00:11.671 ******** 
ok: [sut] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Restore configuration files] *********************************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:95
Sunday 29 January 2023  03:30:29 +0000 (0:00:00.093)       0:00:11.765 ******** 
included: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/restore.yml for sut

TASK [Restore backed up files and remove what was not present] *****************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/restore.yml:2
Sunday 29 January 2023  03:30:29 +0000 (0:00:00.050)       0:00:11.816 ******** 
ok: [sut] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "if test -f /tmp/ansible.yfdvy4u0//etc/ssh/ssh_config.d/00-ansible.conf; then\n  cp /tmp/ansible.yfdvy4u0//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.005420",
    "end": "2023-01-29 03:30:29.708001",
    "item": "/etc/ssh/ssh_config.d/00-ansible.conf",
    "rc": 0,
    "start": "2023-01-29 03:30:29.702581"
}
ok: [sut] => (item=/etc/ssh/ssh_config) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": "if test -f /tmp/ansible.yfdvy4u0//etc/ssh/ssh_config; then\n  cp /tmp/ansible.yfdvy4u0//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.007471",
    "end": "2023-01-29 03:30:29.940386",
    "item": "/etc/ssh/ssh_config",
    "rc": 0,
    "start": "2023-01-29 03:30:29.932915"
}

TASK [Remove temporary directory for backup files] *****************************
task path: /WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/restore.yml:15
Sunday 29 January 2023  03:30:29 +0000 (0:00:00.513)       0:00:12.329 ******** 
ok: [sut] => {
    "changed": false,
    "path": "/tmp/ansible.yfdvy4u0",
    "state": "absent"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
sut                        : ok=20   changed=1    unreachable=0    failed=0    skipped=3    rescued=0    ignored=0   

Sunday 29 January 2023  03:30:30 +0000 (0:00:00.514)       0:00:12.844 ******** 
=============================================================================== 
Make sure openssh is installed before creating backup ------------------- 2.03s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/setup.yml:7 --------------
Gathering Facts --------------------------------------------------------- 1.93s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:2 --------------
fedora.linux_system_roles.ssh : Ensure required packages are installed --- 1.68s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 
fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.54s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 
Backup files ------------------------------------------------------------ 1.02s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/backup.yml:13 ------------
fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.60s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 
Create a temporary directory for backup files --------------------------- 0.55s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/backup.yml:5 -------------
Remove temporary directory for backup files ----------------------------- 0.51s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/restore.yml:15 -----------
Restore backed up files and remove what was not present ----------------- 0.51s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/restore.yml:2 ------------
Download the custom configuration file ---------------------------------- 0.50s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:43 -------------
Run third ssh in test mode to evaluate the configuration ---------------- 0.40s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:74 -------------
Run second ssh in test mode to evaluate the configuration --------------- 0.36s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:69 -------------
Run first ssh in test mode to evaluate the configuration ---------------- 0.31s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:64 -------------
fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.14s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 
fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.10s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/.collection/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 
Verify the options are in the file -------------------------------------- 0.10s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:48 -------------
Verify the options are correctly evaluated ------------------------------ 0.09s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:79 -------------
Backup configuration files ---------------------------------------------- 0.09s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:11 -------------
Run role ---------------------------------------------------------------- 0.08s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tests_match.yml:14 -------------
Ensure facts used by test ----------------------------------------------- 0.06s
/WORKDIR/dist-git-ssh-weekly-ci-t1s300a1/tests/tasks/setup.yml:2 --------------

---^---^---^---^---^---

# STDERR:
---v---v---v---v---v---
[DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names 
to new standard, use callbacks_enabled instead. This feature will be removed 
from ansible-core in version 2.15. Deprecation warnings can be disabled by 
setting deprecation_warnings=False in ansible.cfg.

---^---^---^---^---^---