# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.15.0] 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.15/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cif2s9qf3c/.collection executable location = /opt/ansible-2.15/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.15/bin/python3.9) 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_reboot.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-cif2s9qf3c/tests/tests_reboot.yml PLAY [Ensure we can set crypto policy including reboot of the system] ********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cif2s9qf3c/tests/tests_reboot.yml:3 Saturday 26 August 2023 04:22:01 +0000 (0:00:00.028) 0:00:00.028 ******* ok: [sut] TASK [Ensure we can set crypto policy including reboot of the system] ********** task path: /WORKDIR/git-weekly-cif2s9qf3c/tests/tests_reboot.yml:11 Saturday 26 August 2023 04:22:02 +0000 (0:00:00.939) 0:00:00.968 ******* TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:3 Saturday 26 August 2023 04:22:02 +0000 (0:00:00.049) 0:00:01.017 ******* included: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 Saturday 26 August 2023 04:22:02 +0000 (0:00:00.030) 0:00:01.047 ******* skipping: [sut] => { "changed": false, "false_condition": "__crypto_policies_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 Saturday 26 August 2023 04:22:02 +0000 (0:00:00.073) 0:00:01.121 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.3.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat_9.3.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.crypto_policies : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 Saturday 26 August 2023 04:22:02 +0000 (0:00:00.043) 0:00:01.164 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.crypto_policies : Gather facts] **************** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:11 Saturday 26 August 2023 04:22:03 +0000 (0:00:00.936) 0:00:02.101 ******* included: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for sut TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 26 August 2023 04:22:03 +0000 (0:00:00.027) 0:00:02.128 ******* ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.052261", "end": "2023-08-26 04:22:04.015967", "rc": 0, "start": "2023-08-26 04:22:03.963706" } STDOUT: DEFAULT TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 26 August 2023 04:22:04 +0000 (0:00:00.407) 0:00:02.535 ******* ok: [sut] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Find base policies files] **** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:14 Saturday 26 August 2023 04:22:04 +0000 (0:00:00.028) 0:00:02.563 ******* ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1692956387.9528236, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 17070844, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2479, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 17070845, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/EMPTY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 267, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 17070846, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2022, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 17070847, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2540, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1692955909.5662062, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 17070912, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2659, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 5, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.crypto_policies : Set available base policies fact] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:22 Saturday 26 August 2023 04:22:04 +0000 (0:00:00.349) 0:00:02.913 ******* ok: [sut] => { "ansible_facts": { "crypto_policies_available_policies": [ "DEFAULT", "EMPTY", "FIPS", "FUTURE", "LEGACY" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Find subpolicy files] ******** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:29 Saturday 26 August 2023 04:22:04 +0000 (0:00:00.109) 0:00:03.022 ******* ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1690793561.0, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 25985161, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/AD-SUPPORT-LEGACY.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 469, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 25985162, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/AD-SUPPORT.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 283, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 25985163, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/ECDHE-ONLY.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 136, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.678695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 25985164, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/NO-ENFORCE-EMS.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 248, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.679695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 25985165, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/NO-SHA1.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 123, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.679695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 25985166, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1986, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1690793561.0, "ctime": 1692923457.679695, "dev": 51716, "gid": 0, "gr_name": "root", "inode": 25985167, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1690793561.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/SHA1.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 7, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.crypto_policies : Set available subpolicies fact] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:37 Saturday 26 August 2023 04:22:04 +0000 (0:00:00.221) 0:00:03.244 ******* ok: [sut] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-SHA1", "OSPP", "SHA1" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:44 Saturday 26 August 2023 04:22:04 +0000 (0:00:00.107) 0:00:03.351 ******* ok: [sut] => { "ansible_facts": { "crypto_policies_available_modules": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-SHA1", "OSPP", "SHA1" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Update crypto policy if needed] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:50 Saturday 26 August 2023 04:22:04 +0000 (0:00:00.021) 0:00:03.373 ******* Notification for handler __crypto_policies_handler_modified has been saved. changed: [sut] => { "changed": true, "cmd": [ "update-crypto-policies", "--set", "FUTURE" ], "delta": "0:00:00.194087", "end": "2023-08-26 04:22:05.277149", "rc": 0, "start": "2023-08-26 04:22:05.083062" } STDOUT: Setting system policy to FUTURE Note: System-wide crypto policies are applied on application start-up. It is recommended to restart the system for the change of policies to fully take place. TASK [fedora.linux_system_roles.crypto_policies : Set the reboot_required flag if needed] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:62 Saturday 26 August 2023 04:22:05 +0000 (0:00:00.419) 0:00:03.793 ******* ok: [sut] => { "ansible_facts": { "crypto_policies_reboot_required": true }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Update facts after applying policy] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:70 Saturday 26 August 2023 04:22:05 +0000 (0:00:00.037) 0:00:03.830 ******* included: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for sut TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 26 August 2023 04:22:05 +0000 (0:00:00.035) 0:00:03.866 ******* ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.052436", "end": "2023-08-26 04:22:05.613402", "rc": 0, "start": "2023-08-26 04:22:05.560966" } STDOUT: FUTURE TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 26 August 2023 04:22:05 +0000 (0:00:00.259) 0:00:04.126 ******* ok: [sut] => { "ansible_facts": { "crypto_policies_active": "FUTURE" }, "changed": false } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-cif2s9qf3c/tests/tests_reboot.yml:19 Saturday 26 August 2023 04:22:05 +0000 (0:00:00.026) 0:00:04.152 ******* NOTIFIED HANDLER fedora.linux_system_roles.crypto_policies : Reboot the managed host to apply crypto policies changes for sut NOTIFIED HANDLER fedora.linux_system_roles.crypto_policies : Clear the crypto_policies_reboot_required flag for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.crypto_policies : Reboot the managed host to apply crypto policies changes] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/handlers/main.yml:4 Saturday 26 August 2023 04:22:05 +0000 (0:00:00.013) 0:00:04.165 ******* fatal: [sut]: FAILED! => { "changed": false, "elapsed": 601, "rebooted": true } MSG: Timed out waiting for last boot time check (timeout=600) TASK [Restore policy to DEFAULT] *********************************************** task path: /WORKDIR/git-weekly-cif2s9qf3c/tests/tests_reboot.yml:29 Saturday 26 August 2023 04:32:07 +0000 (0:10:02.290) 0:10:06.455 ******* TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:3 Saturday 26 August 2023 04:32:08 +0000 (0:00:00.036) 0:10:06.492 ******* included: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 Saturday 26 August 2023 04:32:08 +0000 (0:00:00.019) 0:10:06.512 ******* skipping: [sut] => { "changed": false, "false_condition": "__crypto_policies_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 Saturday 26 August 2023 04:32:08 +0000 (0:00:00.043) 0:10:06.556 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_9.3.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat_9.3.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.crypto_policies : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 Saturday 26 August 2023 04:32:08 +0000 (0:00:00.030) 0:10:06.586 ******* fatal: [sut]: UNREACHABLE! => { "changed": false, "unreachable": true } MSG: Data could not be sent to remote host "10.31.15.57". Make sure this host can be reached over ssh: Warning: Permanently added '10.31.15.57' (ECDSA) to the list of known hosts. root@10.31.15.57: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). to retry, use: --limit @/tmp/tests_reboot.retry PLAY RECAP ********************************************************************* sut : ok=17 changed=1 unreachable=1 failed=1 skipped=4 rescued=0 ignored=0 Saturday 26 August 2023 04:32:08 +0000 (0:00:00.202) 0:10:06.789 ******* =============================================================================== fedora.linux_system_roles.crypto_policies : Reboot the managed host to apply crypto policies changes - 602.29s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/handlers/main.yml:4 Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-cif2s9qf3c/tests/tests_reboot.yml:3 ----------------------- fedora.linux_system_roles.crypto_policies : Ensure required packages are installed --- 0.94s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 fedora.linux_system_roles.crypto_policies : Update crypto policy if needed --- 0.42s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:50 fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy --- 0.41s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 fedora.linux_system_roles.crypto_policies : Find base policies files ---- 0.35s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:14 fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy --- 0.26s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 fedora.linux_system_roles.crypto_policies : Find subpolicy files -------- 0.22s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:29 fedora.linux_system_roles.crypto_policies : Ensure required packages are installed --- 0.20s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 fedora.linux_system_roles.crypto_policies : Set available base policies fact --- 0.11s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:22 fedora.linux_system_roles.crypto_policies : Set available subpolicies fact --- 0.11s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:37 fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role --- 0.07s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 Ensure we can set crypto policy including reboot of the system ---------- 0.05s /WORKDIR/git-weekly-cif2s9qf3c/tests/tests_reboot.yml:11 ---------------------- fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role --- 0.04s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 fedora.linux_system_roles.crypto_policies : Set platform/version specific variables --- 0.04s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 fedora.linux_system_roles.crypto_policies : Set the reboot_required flag if needed --- 0.04s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:62 Restore policy to DEFAULT ----------------------------------------------- 0.04s /WORKDIR/git-weekly-cif2s9qf3c/tests/tests_reboot.yml:29 ---------------------- fedora.linux_system_roles.crypto_policies : Update facts after applying policy --- 0.04s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:70 fedora.linux_system_roles.crypto_policies : Set platform/version specific variables --- 0.03s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 fedora.linux_system_roles.crypto_policies : Set platform/version specific variables --- 0.03s /WORKDIR/git-weekly-cif2s9qf3c/.collection/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---