ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-gZL executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 27 2026, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', 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_reload.yml ***************************************************** 1 plays in /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml PLAY [Ensure that crypto_policy_reload variable works] ************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:3 Saturday 25 April 2026 01:51:30 -0400 (0:00:00.017) 0:00:00.017 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Run role to make sure all dependencies are installed] ******************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:10 Saturday 25 April 2026 01:51:31 -0400 (0:00:01.150) 0:00:01.168 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 01:51:31 -0400 (0:00:00.030) 0:00:01.199 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 01:51:31 -0400 (0:00:00.000) 0:00:01.199 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 01:51:31 -0400 (0:00:00.016) 0:00:01.215 ******** included: fedora.linux_system_roles.crypto_policies for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:3 Saturday 25 April 2026 01:51:31 -0400 (0:00:00.064) 0:00:01.280 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 Saturday 25 April 2026 01:51:31 -0400 (0:00:00.017) 0:00:01.298 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.crypto_policies : Record role begin fingerprint] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 Saturday 25 April 2026 01:51:32 -0400 (0:00:00.551) 0:00:01.850 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Check if system is ostree] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:16 Saturday 25 April 2026 01:51:32 -0400 (0:00:00.425) 0:00:02.275 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:21 Saturday 25 April 2026 01:51:33 -0400 (0:00:00.430) 0:00:02.705 ******** ok: [managed-node1] => { "ansible_facts": { "__crypto_policies_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:28 Saturday 25 April 2026 01:51:33 -0400 (0:00:00.021) 0:00:02.727 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.crypto_policies : Set flag if transactional-update exists] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:33 Saturday 25 April 2026 01:51:33 -0400 (0:00:00.345) 0:00:03.072 ******** ok: [managed-node1] => { "ansible_facts": { "__crypto_policies_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:37 Saturday 25 April 2026 01:51:33 -0400 (0:00:00.020) 0:00:03.093 ******** skipping: [managed-node1] => (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: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.crypto_policies : Ensure required packages are installed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 Saturday 25 April 2026 01:51:33 -0400 (0:00:00.029) 0:00:03.123 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [fedora.linux_system_roles.crypto_policies : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:18 Saturday 25 April 2026 01:51:34 -0400 (0:00:01.248) 0:00:04.371 ******** skipping: [managed-node1] => { "false_condition": "__crypto_policies_is_transactional | d(false)" } TASK [fedora.linux_system_roles.crypto_policies : Reboot transactional update systems] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:23 Saturday 25 April 2026 01:51:34 -0400 (0:00:00.013) 0:00:04.385 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__crypto_policies_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Fail if reboot is needed and not set] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:28 Saturday 25 April 2026 01:51:34 -0400 (0:00:00.012) 0:00:04.397 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__crypto_policies_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Gather facts] **************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:36 Saturday 25 April 2026 01:51:34 -0400 (0:00:00.012) 0:00:04.410 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 25 April 2026 01:51:34 -0400 (0:00:00.014) 0:00:04.425 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.059374", "end": "2026-04-25 01:51:35.360961", "rc": 0, "start": "2026-04-25 01:51:35.301587" } STDOUT: DEFAULT TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 25 April 2026 01:51:35 -0400 (0:00:00.485) 0:00:04.910 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Find base policies files] **** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:39 Saturday 25 April 2026 01:51:35 -0400 (0:00:00.015) 0:00:04.926 ******** ok: [managed-node1] => { "changed": false, "examined": 7, "files": [ { "atime": 1776755570.953, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 3163, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90155, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/EMPTY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2841, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90157, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2889, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90158, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 3433, "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:47 Saturday 25 April 2026 01:51:35 -0400 (0:00:00.432) 0:00:05.359 ******** ok: [managed-node1] => { "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:54 Saturday 25 April 2026 01:51:35 -0400 (0:00:00.019) 0:00:05.378 ******** ok: [managed-node1] => { "changed": false, "examined": 7, "files": [ { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395024, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395025, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395026, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395028, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/NO-PQ.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 302, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395029, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2178, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/TEST-PQ.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1163, "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:62 Saturday 25 April 2026 01:51:36 -0400 (0:00:00.345) 0:00:05.724 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-PQ", "OSPP", "TEST-PQ" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:69 Saturday 25 April 2026 01:51:36 -0400 (0:00:00.019) 0:00:05.743 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_available_modules": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-PQ", "OSPP", "TEST-PQ" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Update crypto policy if needed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:75 Saturday 25 April 2026 01:51:36 -0400 (0:00:00.014) 0:00:05.757 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "crypto_policies_policy is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set the reboot_required flag if needed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:87 Saturday 25 April 2026 01:51:36 -0400 (0:00:00.015) 0:00:05.773 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "crypto_policies_policy is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Update facts after applying policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:95 Saturday 25 April 2026 01:51:36 -0400 (0:00:00.014) 0:00:05.787 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 25 April 2026 01:51:36 -0400 (0:00:00.016) 0:00:05.803 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.060062", "end": "2026-04-25 01:51:36.654981", "rc": 0, "start": "2026-04-25 01:51:36.594919" } STDOUT: DEFAULT TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 25 April 2026 01:51:36 -0400 (0:00:00.400) 0:00:06.204 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Record role success fingerprint] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:98 Saturday 25 April 2026 01:51:36 -0400 (0:00:00.015) 0:00:06.219 ******** ok: [managed-node1] => { "changed": false } TASK [Get SSHD pid before policy update] *************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:13 Saturday 25 April 2026 01:51:37 -0400 (0:00:00.342) 0:00:06.562 ******** ok: [managed-node1] => { "changed": false, "content": "MTI3NAo=", "encoding": "base64", "source": "/var/run/sshd.pid" } TASK [Change policy from DEFAULT TO LEGACY (disable reload)] ******************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:18 Saturday 25 April 2026 01:51:37 -0400 (0:00:00.437) 0:00:06.999 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 01:51:37 -0400 (0:00:00.015) 0:00:07.015 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 01:51:37 -0400 (0:00:00.000) 0:00:07.015 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 01:51:37 -0400 (0:00:00.015) 0:00:07.031 ******** included: fedora.linux_system_roles.crypto_policies for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:3 Saturday 25 April 2026 01:51:37 -0400 (0:00:00.031) 0:00:07.063 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 Saturday 25 April 2026 01:51:37 -0400 (0:00:00.018) 0:00:07.081 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.crypto_policies : Record role begin fingerprint] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 Saturday 25 April 2026 01:51:38 -0400 (0:00:00.553) 0:00:07.634 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Check if system is ostree] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:16 Saturday 25 April 2026 01:51:38 -0400 (0:00:00.347) 0:00:07.982 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:21 Saturday 25 April 2026 01:51:38 -0400 (0:00:00.015) 0:00:07.998 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:28 Saturday 25 April 2026 01:51:38 -0400 (0:00:00.015) 0:00:08.013 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set flag if transactional-update exists] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:33 Saturday 25 April 2026 01:51:38 -0400 (0:00:00.015) 0:00:08.029 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:37 Saturday 25 April 2026 01:51:38 -0400 (0:00:00.015) 0:00:08.045 ******** skipping: [managed-node1] => (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: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.crypto_policies : Ensure required packages are installed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 Saturday 25 April 2026 01:51:38 -0400 (0:00:00.028) 0:00:08.074 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [fedora.linux_system_roles.crypto_policies : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:18 Saturday 25 April 2026 01:51:39 -0400 (0:00:01.122) 0:00:09.196 ******** skipping: [managed-node1] => { "false_condition": "__crypto_policies_is_transactional | d(false)" } TASK [fedora.linux_system_roles.crypto_policies : Reboot transactional update systems] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:23 Saturday 25 April 2026 01:51:39 -0400 (0:00:00.013) 0:00:09.210 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__crypto_policies_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Fail if reboot is needed and not set] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:28 Saturday 25 April 2026 01:51:39 -0400 (0:00:00.011) 0:00:09.222 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__crypto_policies_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Gather facts] **************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:36 Saturday 25 April 2026 01:51:39 -0400 (0:00:00.012) 0:00:09.234 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 25 April 2026 01:51:39 -0400 (0:00:00.015) 0:00:09.250 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.060326", "end": "2026-04-25 01:51:40.101969", "rc": 0, "start": "2026-04-25 01:51:40.041643" } STDOUT: DEFAULT TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 25 April 2026 01:51:40 -0400 (0:00:00.401) 0:00:09.652 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Find base policies files] **** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:39 Saturday 25 April 2026 01:51:40 -0400 (0:00:00.015) 0:00:09.667 ******** ok: [managed-node1] => { "changed": false, "examined": 7, "files": [ { "atime": 1776755570.953, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 3163, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90155, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/EMPTY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2841, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90157, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2889, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90158, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 3433, "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:47 Saturday 25 April 2026 01:51:40 -0400 (0:00:00.353) 0:00:10.020 ******** ok: [managed-node1] => { "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:54 Saturday 25 April 2026 01:51:40 -0400 (0:00:00.019) 0:00:10.039 ******** ok: [managed-node1] => { "changed": false, "examined": 7, "files": [ { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395024, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395025, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395026, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395028, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/NO-PQ.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 302, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395029, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2178, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/TEST-PQ.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1163, "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:62 Saturday 25 April 2026 01:51:40 -0400 (0:00:00.346) 0:00:10.386 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-PQ", "OSPP", "TEST-PQ" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:69 Saturday 25 April 2026 01:51:40 -0400 (0:00:00.020) 0:00:10.406 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_available_modules": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-PQ", "OSPP", "TEST-PQ" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Update crypto policy if needed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:75 Saturday 25 April 2026 01:51:40 -0400 (0:00:00.014) 0:00:10.420 ******** Notification for handler __crypto_policies_handler_modified has been saved. changed: [managed-node1] => { "changed": true, "cmd": [ "update-crypto-policies", "--no-reload", "--set", "LEGACY" ], "delta": "0:00:00.181606", "end": "2026-04-25 01:51:41.401581", "rc": 0, "start": "2026-04-25 01:51:41.219975" } STDOUT: Setting system policy to LEGACY 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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:87 Saturday 25 April 2026 01:51:41 -0400 (0:00:00.531) 0:00:10.952 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_reboot_required": true }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Update facts after applying policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:95 Saturday 25 April 2026 01:51:41 -0400 (0:00:00.020) 0:00:10.972 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 25 April 2026 01:51:41 -0400 (0:00:00.016) 0:00:10.989 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.060775", "end": "2026-04-25 01:51:41.844836", "rc": 0, "start": "2026-04-25 01:51:41.784061" } STDOUT: LEGACY TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 25 April 2026 01:51:41 -0400 (0:00:00.405) 0:00:11.394 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_active": "LEGACY" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Record role success fingerprint] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:98 Saturday 25 April 2026 01:51:41 -0400 (0:00:00.015) 0:00:11.410 ******** ok: [managed-node1] => { "changed": false } TASK [Get sshd pid after first update] ***************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:24 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.341) 0:00:11.751 ******** ok: [managed-node1] => { "changed": false, "content": "MTI3NAo=", "encoding": "base64", "source": "/var/run/sshd.pid" } TASK [Verify that policy was changed to LEGACY] ******************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:29 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.345) 0:00:12.097 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check the sshd was not reloaded] ***************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:33 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.014) 0:00:12.112 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Change policy from LEGACY to DEFAULT (reload by default)] **************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:38 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.014) 0:00:12.127 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.016) 0:00:12.143 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.000) 0:00:12.144 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.015) 0:00:12.160 ******** included: fedora.linux_system_roles.crypto_policies for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:3 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.031) 0:00:12.192 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 Saturday 25 April 2026 01:51:42 -0400 (0:00:00.016) 0:00:12.208 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.crypto_policies : Record role begin fingerprint] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 Saturday 25 April 2026 01:51:43 -0400 (0:00:00.557) 0:00:12.766 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Check if system is ostree] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:16 Saturday 25 April 2026 01:51:43 -0400 (0:00:00.342) 0:00:13.109 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:21 Saturday 25 April 2026 01:51:43 -0400 (0:00:00.017) 0:00:13.126 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:28 Saturday 25 April 2026 01:51:43 -0400 (0:00:00.015) 0:00:13.142 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set flag if transactional-update exists] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:33 Saturday 25 April 2026 01:51:43 -0400 (0:00:00.014) 0:00:13.157 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:37 Saturday 25 April 2026 01:51:43 -0400 (0:00:00.017) 0:00:13.174 ******** skipping: [managed-node1] => (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: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.crypto_policies : Ensure required packages are installed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 Saturday 25 April 2026 01:51:43 -0400 (0:00:00.028) 0:00:13.202 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [fedora.linux_system_roles.crypto_policies : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:18 Saturday 25 April 2026 01:51:44 -0400 (0:00:01.128) 0:00:14.330 ******** skipping: [managed-node1] => { "false_condition": "__crypto_policies_is_transactional | d(false)" } TASK [fedora.linux_system_roles.crypto_policies : Reboot transactional update systems] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:23 Saturday 25 April 2026 01:51:44 -0400 (0:00:00.013) 0:00:14.344 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__crypto_policies_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Fail if reboot is needed and not set] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:28 Saturday 25 April 2026 01:51:44 -0400 (0:00:00.016) 0:00:14.360 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__crypto_policies_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Gather facts] **************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:36 Saturday 25 April 2026 01:51:44 -0400 (0:00:00.013) 0:00:14.374 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 25 April 2026 01:51:44 -0400 (0:00:00.016) 0:00:14.390 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.059799", "end": "2026-04-25 01:51:45.246007", "rc": 0, "start": "2026-04-25 01:51:45.186208" } STDOUT: LEGACY TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 25 April 2026 01:51:45 -0400 (0:00:00.405) 0:00:14.796 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_active": "LEGACY" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Find base policies files] **** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:39 Saturday 25 April 2026 01:51:45 -0400 (0:00:00.016) 0:00:14.812 ******** ok: [managed-node1] => { "changed": false, "examined": 7, "files": [ { "atime": 1776755570.953, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 3163, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90155, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/EMPTY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2841, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90157, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2889, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1777096301.273197, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90158, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 3433, "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:47 Saturday 25 April 2026 01:51:45 -0400 (0:00:00.353) 0:00:15.166 ******** ok: [managed-node1] => { "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:54 Saturday 25 April 2026 01:51:45 -0400 (0:00:00.019) 0:00:15.186 ******** ok: [managed-node1] => { "changed": false, "examined": 7, "files": [ { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395024, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395025, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395026, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395028, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/NO-PQ.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 302, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395029, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2178, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/TEST-PQ.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1163, "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:62 Saturday 25 April 2026 01:51:46 -0400 (0:00:00.350) 0:00:15.537 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-PQ", "OSPP", "TEST-PQ" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:69 Saturday 25 April 2026 01:51:46 -0400 (0:00:00.019) 0:00:15.556 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_available_modules": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-PQ", "OSPP", "TEST-PQ" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Update crypto policy if needed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:75 Saturday 25 April 2026 01:51:46 -0400 (0:00:00.015) 0:00:15.571 ******** Notification for handler __crypto_policies_handler_modified has been saved. changed: [managed-node1] => { "changed": true, "cmd": [ "update-crypto-policies", "--set", "DEFAULT" ], "delta": "0:00:00.228805", "end": "2026-04-25 01:51:46.599110", "rc": 0, "start": "2026-04-25 01:51:46.370305" } STDOUT: Setting system policy to DEFAULT 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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:87 Saturday 25 April 2026 01:51:46 -0400 (0:00:00.578) 0:00:16.149 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_reboot_required": true }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Update facts after applying policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:95 Saturday 25 April 2026 01:51:46 -0400 (0:00:00.019) 0:00:16.169 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 25 April 2026 01:51:46 -0400 (0:00:00.016) 0:00:16.186 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.060189", "end": "2026-04-25 01:51:47.040433", "rc": 0, "start": "2026-04-25 01:51:46.980244" } STDOUT: DEFAULT TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.405) 0:00:16.591 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Record role success fingerprint] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:98 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.017) 0:00:16.608 ******** ok: [managed-node1] => { "changed": false } TASK [Get sshd pid after second update] **************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:43 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.346) 0:00:16.955 ******** ok: [managed-node1] => { "changed": false, "content": "MTgwMzgK", "encoding": "base64", "source": "/var/run/sshd.pid" } TASK [Verify that policy was changed to DEFAULT] ******************************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:48 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.346) 0:00:17.301 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check the sshd was reloaded] ********************************************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:53 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.015) 0:00:17.316 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Restore policy to DEFAULT] *********************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:59 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.015) 0:00:17.332 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.017) 0:00:17.349 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.000) 0:00:17.350 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.016) 0:00:17.366 ******** included: fedora.linux_system_roles.crypto_policies for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:3 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.032) 0:00:17.399 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 Saturday 25 April 2026 01:51:47 -0400 (0:00:00.017) 0:00:17.417 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.crypto_policies : Record role begin fingerprint] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 Saturday 25 April 2026 01:51:48 -0400 (0:00:00.553) 0:00:17.970 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Check if system is ostree] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:16 Saturday 25 April 2026 01:51:48 -0400 (0:00:00.341) 0:00:18.312 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:21 Saturday 25 April 2026 01:51:48 -0400 (0:00:00.016) 0:00:18.328 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:28 Saturday 25 April 2026 01:51:48 -0400 (0:00:00.015) 0:00:18.344 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set flag if transactional-update exists] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:33 Saturday 25 April 2026 01:51:48 -0400 (0:00:00.016) 0:00:18.361 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __crypto_policies_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set platform/version specific variables] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:37 Saturday 25 April 2026 01:51:48 -0400 (0:00:00.015) 0:00:18.376 ******** skipping: [managed-node1] => (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: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.crypto_policies : Ensure required packages are installed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 Saturday 25 April 2026 01:51:48 -0400 (0:00:00.029) 0:00:18.406 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [fedora.linux_system_roles.crypto_policies : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:18 Saturday 25 April 2026 01:51:50 -0400 (0:00:01.123) 0:00:19.529 ******** skipping: [managed-node1] => { "false_condition": "__crypto_policies_is_transactional | d(false)" } TASK [fedora.linux_system_roles.crypto_policies : Reboot transactional update systems] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:23 Saturday 25 April 2026 01:51:50 -0400 (0:00:00.013) 0:00:19.542 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__crypto_policies_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Fail if reboot is needed and not set] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:28 Saturday 25 April 2026 01:51:50 -0400 (0:00:00.012) 0:00:19.555 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__crypto_policies_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Gather facts] **************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:36 Saturday 25 April 2026 01:51:50 -0400 (0:00:00.013) 0:00:19.568 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 25 April 2026 01:51:50 -0400 (0:00:00.016) 0:00:19.585 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.059509", "end": "2026-04-25 01:51:50.436331", "rc": 0, "start": "2026-04-25 01:51:50.376822" } STDOUT: DEFAULT TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 25 April 2026 01:51:50 -0400 (0:00:00.402) 0:00:19.987 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Find base policies files] **** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:39 Saturday 25 April 2026 01:51:50 -0400 (0:00:00.015) 0:00:20.003 ******** ok: [managed-node1] => { "changed": false, "examined": 7, "files": [ { "atime": 1777096306.4232411, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 3163, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90155, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/EMPTY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2841, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90157, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2889, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1777096301.273197, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 90158, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 3433, "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:47 Saturday 25 April 2026 01:51:50 -0400 (0:00:00.349) 0:00:20.353 ******** ok: [managed-node1] => { "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:54 Saturday 25 April 2026 01:51:50 -0400 (0:00:00.020) 0:00:20.373 ******** ok: [managed-node1] => { "changed": false, "examined": 7, "files": [ { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395024, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395025, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395026, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.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": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395028, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/NO-PQ.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 302, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395029, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2178, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1771200000.0, "ctime": 1776755368.57, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 4395030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1771200000.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/TEST-PQ.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1163, "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: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:62 Saturday 25 April 2026 01:51:51 -0400 (0:00:00.349) 0:00:20.723 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-PQ", "OSPP", "TEST-PQ" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:69 Saturday 25 April 2026 01:51:51 -0400 (0:00:00.020) 0:00:20.743 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_available_modules": [ "AD-SUPPORT-LEGACY", "AD-SUPPORT", "ECDHE-ONLY", "NO-ENFORCE-EMS", "NO-PQ", "OSPP", "TEST-PQ" ] }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Update crypto policy if needed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:75 Saturday 25 April 2026 01:51:51 -0400 (0:00:00.014) 0:00:20.758 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "crypto_policies_policy != crypto_policies_active", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Set the reboot_required flag if needed] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:87 Saturday 25 April 2026 01:51:51 -0400 (0:00:00.016) 0:00:20.774 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "crypto_policies_policy != crypto_policies_active", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.crypto_policies : Update facts after applying policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:95 Saturday 25 April 2026 01:51:51 -0400 (0:00:00.016) 0:00:20.790 ******** included: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml for managed-node1 TASK [fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Saturday 25 April 2026 01:51:51 -0400 (0:00:00.017) 0:00:20.808 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.060303", "end": "2026-04-25 01:51:51.663329", "rc": 0, "start": "2026-04-25 01:51:51.603026" } STDOUT: DEFAULT TASK [fedora.linux_system_roles.crypto_policies : Set current policy fact] ***** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:9 Saturday 25 April 2026 01:51:51 -0400 (0:00:00.407) 0:00:21.215 ******** ok: [managed-node1] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [fedora.linux_system_roles.crypto_policies : Record role success fingerprint] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:98 Saturday 25 April 2026 01:51:51 -0400 (0:00:00.016) 0:00:21.232 ******** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:69 Saturday 25 April 2026 01:51:52 -0400 (0:00:00.342) 0:00:21.574 ******** NOTIFIED HANDLER fedora.linux_system_roles.crypto_policies : Reboot the managed host to apply crypto policies changes for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.crypto_policies : Clear the crypto_policies_reboot_required flag for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.crypto_policies : Reboot the managed host to apply crypto policies changes] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/handlers/main.yml:4 Saturday 25 April 2026 01:51:52 -0400 (0:00:00.001) 0:00:21.575 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "crypto_policies_reboot_ok | d(false)", "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.crypto_policies : Clear the crypto_policies_reboot_required flag] *** task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/handlers/main.yml:11 Saturday 25 April 2026 01:51:52 -0400 (0:00:00.014) 0:00:21.590 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "crypto_policies_reboot_ok | d(false)", "skip_reason": "Conditional result was False" } TASK [Check the current policy has been restored to DEFAULT] ******************* task path: /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:71 Saturday 25 April 2026 01:51:52 -0400 (0:00:00.015) 0:00:21.605 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node1 : ok=89 changed=2 unreachable=0 failed=0 skipped=38 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 April 2026 01:51:52 -0400 (0:00:00.016) 0:00:21.622 ******** =============================================================================== fedora.linux_system_roles.crypto_policies : Ensure required packages are installed --- 1.25s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 1.15s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:3 fedora.linux_system_roles.crypto_policies : Ensure required packages are installed --- 1.13s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 fedora.linux_system_roles.crypto_policies : Ensure required packages are installed --- 1.12s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:6 fedora.linux_system_roles.crypto_policies : Ensure required packages are installed --- 1.12s /tmp/collections-gZL/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.58s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:75 fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role --- 0.56s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role --- 0.55s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role --- 0.55s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 fedora.linux_system_roles.crypto_policies : Ensure ansible_facts used by role --- 0.55s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:2 fedora.linux_system_roles.crypto_policies : Update crypto policy if needed --- 0.53s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:75 fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy --- 0.49s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 Get SSHD pid before policy update --------------------------------------- 0.44s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/tests/crypto_policies/tests_reload.yml:13 fedora.linux_system_roles.crypto_policies : Find base policies files ---- 0.43s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/main.yml:39 fedora.linux_system_roles.crypto_policies : Check if system is ostree --- 0.43s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:16 fedora.linux_system_roles.crypto_policies : Record role begin fingerprint --- 0.43s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/set_vars.yml:7 fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy --- 0.41s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy --- 0.41s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy --- 0.41s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3 fedora.linux_system_roles.crypto_policies : Find out what is the currently active policy --- 0.41s /tmp/collections-gZL/ansible_collections/fedora/linux_system_roles/roles/crypto_policies/tasks/gather_facts.yml:3