ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [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_include_vars_from_parent.yml *********************************** 1 plays in /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_include_vars_from_parent.yml PLAY [Test role include variable override] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_include_vars_from_parent.yml:2 Saturday 27 July 2024 17:23:02 -0400 (0:00:00.016) 0:00:00.016 ********* ok: [managed_node1] META: ran handlers TASK [Create var file in caller that can override the one in called role] ****** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_include_vars_from_parent.yml:6 Saturday 27 July 2024 17:23:03 -0400 (0:00:00.905) 0:00:00.922 ********* changed: [managed_node1 -> localhost] => (item=CentOS-8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS-8.yml", "gid": 0, "group": "root", "item": "CentOS-8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722115383.0927722-10493-108121584598090/source", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=CentOS_8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS_8.yml", "gid": 0, "group": "root", "item": "CentOS_8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722115383.6630194-10493-277953470685953/source", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=CentOS) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS.yml", "gid": 0, "group": "root", "item": "CentOS", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722115384.0481217-10493-215569239256663/source", "state": "file", "uid": 0 } changed: [managed_node1 -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/RedHat.yml", "gid": 0, "group": "root", "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722115384.424728-10493-97879351804279/source", "state": "file", "uid": 0 } TASK [Call role] *************************************************************** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/tasks/main.yml:4 Saturday 27 July 2024 17:23:04 -0400 (0:00:01.743) 0:00:02.666 ********* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Saturday 27 July 2024 17:23:04 -0400 (0:00:00.027) 0:00:02.693 ********* included: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Saturday 27 July 2024 17:23:04 -0400 (0:00:00.022) 0:00:02.716 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Saturday 27 July 2024 17:23:04 -0400 (0:00:00.014) 0:00:02.730 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] *** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Saturday 27 July 2024 17:23:05 -0400 (0:00:00.342) 0:00:03.073 ********* ok: [managed_node1] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] *** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Saturday 27 July 2024 17:23:05 -0400 (0:00:00.017) 0:00:03.090 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Saturday 27 July 2024 17:23:05 -0400 (0:00:00.341) 0:00:03.432 ********* ok: [managed_node1] => { "ansible_facts": { "__ssh_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Saturday 27 July 2024 17:23:05 -0400 (0:00:00.018) 0:00:03.450 ********* skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item=CentOS_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": [ "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node1] => (item=CentOS_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": [ "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Saturday 27 July 2024 17:23:05 -0400 (0:00:00.041) 0:00:03.491 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh openssh-clients TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Saturday 27 July 2024 17:23:08 -0400 (0:00:02.788) 0:00:06.280 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Saturday 27 July 2024 17:23:08 -0400 (0:00:00.014) 0:00:06.294 ********* skipping: [managed_node1] => { "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/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Saturday 27 July 2024 17:23:08 -0400 (0:00:00.013) 0:00:06.307 ********* skipping: [managed_node1] => { "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/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Saturday 27 July 2024 17:23:08 -0400 (0:00:00.014) 0:00:06.322 ********* skipping: [managed_node1] => { "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/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Saturday 27 July 2024 17:23:08 -0400 (0:00:00.013) 0:00:06.335 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Saturday 27 July 2024 17:23:08 -0400 (0:00:00.012) 0:00:06.347 ********* ok: [managed_node1] => { "changed": false, "checksum": "f7064ac5462aad2cda2efeaddcf48db84a38b68b", "dest": "/etc/ssh/ssh_config.d/00-ansible.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/ssh/ssh_config.d/00-ansible.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 41, "state": "file", "uid": 0 } TASK [caller : Assert variable not overridden] ********************************* task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/tasks/main.yml:8 Saturday 27 July 2024 17:23:09 -0400 (0:00:00.844) 0:00:07.192 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_include_vars_from_parent.yml:47 Saturday 27 July 2024 17:23:09 -0400 (0:00:00.021) 0:00:07.214 ********* changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS-8.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1722115383.0927722-10493-108121584598090/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS-8.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1722115383.0927722-10493-108121584598090/source', '_original_basename': 'tmp35sbiceh', 'follow': False, 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'backup': False, 'force': True, 'unsafe_writes': False, 'content': None, 'validate': None, 'directory_mode': None, 'remote_src': None, 'local_follow': None, 'owner': None, 'group': None, 'seuser': None, 'serole': None, 'selevel': None, 'setype': None, 'attributes': None, 'regexp': None, 'delimiter': None}}, 'failed': False, 'item': 'CentOS-8', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS-8.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmp35sbiceh", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "delimiter": null, "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS-8.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1722115383.0927722-10493-108121584598090/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS-8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722115383.0927722-10493-108121584598090/source", "state": "file", "uid": 0 }, "path": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS-8.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS_8.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1722115383.6630194-10493-277953470685953/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS_8.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1722115383.6630194-10493-277953470685953/source', '_original_basename': 'tmp70xgjtvm', 'follow': False, 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'backup': False, 'force': True, 'unsafe_writes': False, 'content': None, 'validate': None, 'directory_mode': None, 'remote_src': None, 'local_follow': None, 'owner': None, 'group': None, 'seuser': None, 'serole': None, 'selevel': None, 'setype': None, 'attributes': None, 'regexp': None, 'delimiter': None}}, 'failed': False, 'item': 'CentOS_8', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS_8.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmp70xgjtvm", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "delimiter": null, "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS_8.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1722115383.6630194-10493-277953470685953/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS_8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722115383.6630194-10493-277953470685953/source", "state": "file", "uid": 0 }, "path": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS_8.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1722115384.0481217-10493-215569239256663/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1722115384.0481217-10493-215569239256663/source', '_original_basename': 'tmp8v2t3ty8', 'follow': False, 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'backup': False, 'force': True, 'unsafe_writes': False, 'content': None, 'validate': None, 'directory_mode': None, 'remote_src': None, 'local_follow': None, 'owner': None, 'group': None, 'seuser': None, 'serole': None, 'selevel': None, 'setype': None, 'attributes': None, 'regexp': None, 'delimiter': None}}, 'failed': False, 'item': 'CentOS', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmp8v2t3ty8", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "delimiter": null, "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1722115384.0481217-10493-215569239256663/source", "unsafe_writes": false, "validate": null } }, "item": "CentOS", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722115384.0481217-10493-215569239256663/source", "state": "file", "uid": 0 }, "path": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/CentOS.yml", "state": "absent" } changed: [managed_node1 -> localhost] => (item={'diff': [], 'dest': '/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/RedHat.yml', 'src': '/root/.ansible/tmp/ansible-tmp-1722115384.424728-10493-97879351804279/source', 'md5sum': '5a57da448a1d752b982858b38aab344d', 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'changed': True, 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'size': 23, 'invocation': {'module_args': {'dest': '/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/RedHat.yml', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1722115384.424728-10493-97879351804279/source', '_original_basename': 'tmpwdpc1cpv', 'follow': False, 'checksum': '870b2314d3f4184a363b31373f07abb444f26444', 'backup': False, 'force': True, 'unsafe_writes': False, 'content': None, 'validate': None, 'directory_mode': None, 'remote_src': None, 'local_follow': None, 'owner': None, 'group': None, 'seuser': None, 'serole': None, 'selevel': None, 'setype': None, 'attributes': None, 'regexp': None, 'delimiter': None}}, 'failed': False, 'item': 'RedHat', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/RedHat.yml", "diff": [], "failed": false, "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "tmpwdpc1cpv", "attributes": null, "backup": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "content": null, "delimiter": null, "dest": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/RedHat.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1722115384.424728-10493-97879351804279/source", "unsafe_writes": false, "validate": null } }, "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1722115384.424728-10493-97879351804279/source", "state": "file", "uid": 0 }, "path": "/tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/vars/RedHat.yml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=12 changed=2 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 Saturday 27 July 2024 17:23:10 -0400 (0:00:00.837) 0:00:08.051 ********* =============================================================================== fedora.linux_system_roles.ssh : Ensure required packages are installed --- 2.79s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Create var file in caller that can override the one in called role ------ 1.74s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_include_vars_from_parent.yml:6 Gathering Facts --------------------------------------------------------- 0.91s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_include_vars_from_parent.yml:2 fedora.linux_system_roles.ssh : Generate the configuration file --------- 0.84s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Cleanup ----------------------------------------------------------------- 0.84s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_include_vars_from_parent.yml:47 fedora.linux_system_roles.ssh : Check if system is ostree --------------- 0.34s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.34s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.04s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Call role --------------------------------------------------------------- 0.03s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/tasks/main.yml:4 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.02s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 caller : Assert variable not overridden --------------------------------- 0.02s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/tests/ssh/roles/caller/tasks/main.yml:8 fedora.linux_system_roles.ssh : Set flag if transactional-update exists --- 0.02s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 fedora.linux_system_roles.ssh : Set flag to indicate system is ostree --- 0.02s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 fedora.linux_system_roles.ssh : Fail if reboot is needed and not set ---- 0.01s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes --- 0.01s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.01s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 fedora.linux_system_roles.ssh : Reboot transactional update systems ----- 0.01s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.01s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.01s /tmp/tmp.UxjrEXTr6w/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42