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_global_config.yml ********************************************** 1 plays in /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml PLAY [Test we can write global config with default configuration] ************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:2 Friday 20 September 2024 21:57:43 -0400 (0:00:00.023) 0:00:00.023 ****** ok: [managed_node2] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:11 Friday 20 September 2024 21:57:43 -0400 (0:00:00.897) 0:00:00.920 ****** included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed_node2 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:43 -0400 (0:00:00.038) 0:00:00.959 ****** included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed_node2 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:44 -0400 (0:00:00.039) 0:00:00.998 ****** skipping: [managed_node2] => { "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:44 -0400 (0:00:00.051) 0:00:01.049 ****** ok: [managed_node2] => { "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:44 -0400 (0:00:00.501) 0:00:01.551 ****** ok: [managed_node2] => { "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:44 -0400 (0:00:00.137) 0:00:01.688 ****** ok: [managed_node2] => { "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:45 -0400 (0:00:01.052) 0:00:02.741 ****** ok: [managed_node2] => { "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:45 -0400 (0:00:00.038) 0:00:02.779 ****** skipping: [managed_node2] => { "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:45 -0400 (0:00:00.076) 0:00:02.855 ****** ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.r8RA3Q", "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:46 -0400 (0:00:00.467) 0:00:03.323 ****** ok: [managed_node2] => (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.r8RA3Q/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.r8RA3Q/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003197", "end": "2024-09-20 21:57:46.924682", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-09-20 21:57:46.921485" } ok: [managed_node2] => (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.r8RA3Q/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.r8RA3Q/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.007147", "end": "2024-09-20 21:57:47.258750", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-09-20 21:57:47.251603" } TASK [Run role] **************************************************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:14 Friday 20 September 2024 21:57:47 -0400 (0:00:00.986) 0:00:04.309 ****** 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:47 -0400 (0:00:00.146) 0:00:04.456 ****** included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed_node2 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:47 -0400 (0:00:00.068) 0:00:04.524 ****** skipping: [managed_node2] => { "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:47 -0400 (0:00:00.139) 0:00:04.663 ****** skipping: [managed_node2] => { "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:47 -0400 (0:00:00.124) 0:00:04.788 ****** skipping: [managed_node2] => { "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:47 -0400 (0:00:00.074) 0:00:04.862 ****** ok: [managed_node2] => { "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:48 -0400 (0:00:00.368) 0:00:05.231 ****** ok: [managed_node2] => { "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:48 -0400 (0:00:00.059) 0:00:05.291 ****** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (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_node2] => (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:48 -0400 (0:00:00.107) 0:00:05.399 ****** ok: [managed_node2] => { "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:49 -0400 (0:00:00.674) 0:00:06.073 ****** skipping: [managed_node2] => {} 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:49 -0400 (0:00:00.102) 0:00:06.176 ****** skipping: [managed_node2] => { "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:49 -0400 (0:00:00.108) 0:00:06.284 ****** skipping: [managed_node2] => { "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:49 -0400 (0:00:00.074) 0:00:06.358 ****** skipping: [managed_node2] => { "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:49 -0400 (0:00:00.060) 0:00:06.419 ****** skipping: [managed_node2] => { "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:49 -0400 (0:00:00.043) 0:00:06.463 ****** changed: [managed_node2] => { "backup_file": "/etc/ssh/ssh_config.11702.2024-09-20@21:57:51~", "changed": true, "checksum": "e72ee863ad2cb903ff31aa1390f928653dcca09b", "dest": "/etc/ssh/ssh_config", "gid": 0, "group": "root", "md5sum": "d529a2ab50b3e0be9baacaca804cee83", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 565, "src": "/root/.ansible/tmp/ansible-tmp-1726883869.57-12285-191743238838498/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_global_config.yml:42 Friday 20 September 2024 21:57:51 -0400 (0:00:01.852) 0:00:08.315 ****** ok: [managed_node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpDb21wcmVzc2lvbiB5ZXMKQ29udHJvbE1hc3RlciBhdXRvCkNvbnRyb2xQYXRoIH4vLnNzaC8uY20lQwpGb3J3YXJkWDExIG5vCkdTU0FQSUF1dGhlbnRpY2F0aW9uIG5vCk1hdGNoIGFsbAogIEdTU0FQSUF1dGhlbnRpY2F0aW9uIHllcwpNYXRjaCBleGVjIHRydWUKICBVc2VyIG5vYm9keQpIb3N0IGV4YW1wbGUKICBIb3N0bmFtZSBleGFtcGxlLmNvbQogIFVzZXIgc29tZWJvZHkKSG9zdCAqCiAgRm9yd2FyZFgxMVRydXN0ZWQgeWVzCiAgR1NTQVBJQXV0aGVudGljYXRpb24geWVzCiAgU2VuZEVudiBMQU5HIExDX0NUWVBFIExDX05VTUVSSUMgTENfVElNRSBMQ19DT0xMQVRFIExDX01PTkVUQVJZIExDX01FU1NBR0VTCiAgU2VuZEVudiBMQ19QQVBFUiBMQ19OQU1FIExDX0FERFJFU1MgTENfVEVMRVBIT05FIExDX01FQVNVUkVNRU5UCiAgU2VuZEVudiBMQ19JREVOVElGSUNBVElPTiBMQ19BTEwgTEFOR1VBR0UKICBTZW5kRW52IFhNT0RJRklFUlMKSG9zdCBsb2NhbAogIEhvc3RuYW1lIGxvY2FsLmV4YW1wbGUuY29tCg==", "encoding": "base64", "source": "/etc/ssh/ssh_config" } TASK [Verify the options are in the file] ************************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:47 Friday 20 September 2024 21:57:52 -0400 (0:00:00.811) 0:00:09.126 ****** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify the defaults are not in the drop-in file] ************************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:66 Friday 20 September 2024 21:57:52 -0400 (0:00:00.126) 0:00:09.253 ****** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check header for ansible_managed, fingerprint] *************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:74 Friday 20 September 2024 21:57:52 -0400 (0:00:00.063) 0:00:09.317 ****** included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/check_header.yml for managed_node2 TASK [Get file] **************************************************************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/check_header.yml:3 Friday 20 September 2024 21:57:52 -0400 (0:00:00.043) 0:00:09.360 ****** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/check_header.yml:9 Friday 20 September 2024 21:57:52 -0400 (0:00:00.067) 0:00:09.428 ****** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:80 Friday 20 September 2024 21:57:52 -0400 (0:00:00.119) 0:00:09.547 ****** included: /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml for managed_node2 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:52 -0400 (0:00:00.042) 0:00:09.590 ****** ok: [managed_node2] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.r8RA3Q//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.r8RA3Q//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.003332", "end": "2024-09-20 21:57:52.938424", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-09-20 21:57:52.935092" } ok: [managed_node2] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.r8RA3Q//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.r8RA3Q//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.005671", "end": "2024-09-20 21:57:53.330250", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-09-20 21:57:53.324579" } 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:53 -0400 (0:00:00.782) 0:00:10.372 ****** ok: [managed_node2] => { "changed": false, "path": "/tmp/ansible.r8RA3Q", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node2 : ok=22 changed=1 unreachable=0 failed=0 skipped=12 rescued=0 ignored=0 Friday 20 September 2024 21:57:54 -0400 (0:00:00.717) 0:00:11.090 ****** =============================================================================== fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.85s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Make sure openssh is installed before creating backup ------------------- 1.05s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Backup files ------------------------------------------------------------ 0.99s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Gathering Facts --------------------------------------------------------- 0.90s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:2 Download the global configuration file ---------------------------------- 0.81s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:42 Restore backed up files and remove what was not present ----------------- 0.78s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Remove temporary directory for backup files ----------------------------- 0.72s /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.67s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Check if system is ostree ----------------------------------------------- 0.50s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Create a temporary directory for backup files --------------------------- 0.47s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.37s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Run role ---------------------------------------------------------------- 0.15s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_global_config.yml:14 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.14s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 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_global_config.yml:47 fedora.linux_system_roles.ssh : Check if system is ostree --------------- 0.12s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Check for presence of ansible managed header, fingerprint --------------- 0.12s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/check_header.yml:9 fedora.linux_system_roles.ssh : Reboot transactional update systems ----- 0.11s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.11s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes --- 0.10s /tmp/collections-eSl/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17