# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_update.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml PLAY [Ensure that we can set the policy using this role (without reboot)] ****** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:3 Saturday 13 January 2024 04:49:20 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [Set correct base policy] ************************************************* task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:8 Saturday 13 January 2024 04:49:21 +0000 (0:00:00.676) 0:00:00.688 ****** TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:3 Saturday 13 January 2024 04:49:21 +0000 (0:00:00.026) 0:00:00.714 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml for sut TASK [linux-system-roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 Saturday 13 January 2024 04:49:21 +0000 (0:00:00.014) 0:00:00.729 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:11 Saturday 13 January 2024 04:49:21 +0000 (0:00:00.018) 0:00:00.748 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:16 Saturday 13 January 2024 04:49:21 +0000 (0:00:00.251) 0:00:01.000 ****** ok: [sut] => { "ansible_facts": { "__crypto_policies_is_ostree": false }, "changed": false } TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:20 Saturday 13 January 2024 04:49:21 +0000 (0:00:00.028) 0:00:01.028 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 Saturday 13 January 2024 04:49:21 +0000 (0:00:00.029) 0:00:01.058 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [linux-system-roles.crypto_policies : Gather facts] *********************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:13 Saturday 13 January 2024 04:49:22 +0000 (0:00:00.986) 0:00:02.044 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 13 January 2024 04:49:22 +0000 (0:00:00.012) 0:00:02.057 ****** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.051404", "end": "2024-01-13 04:49:22.746090", "rc": 0, "start": "2024-01-13 04:49:22.694686" } STDOUT: DEFAULT TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 13 January 2024 04:49:22 +0000 (0:00:00.298) 0:00:02.356 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } TASK [linux-system-roles.crypto_policies : Find base policies files] *********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:16 Saturday 13 January 2024 04:49:22 +0000 (0:00:00.017) 0:00:02.374 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1702394884.375, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325521, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2481, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325522, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2024, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2542, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325525, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2661, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 5 } TASK [linux-system-roles.crypto_policies : Set available base policies fact] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:24 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.228) 0:00:02.603 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_policies": [ "LEGACY", "FUTURE", "DEFAULT", "FIPS", "EMPTY" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Find subpolicy files] *************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:31 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.019) 0:00:02.622 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291602, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291604, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291605, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2072, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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 } TASK [linux-system-roles.crypto_policies : Set available subpolicies fact] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:39 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.208) 0:00:02.830 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:46 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.023) 0:00:02.853 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_modules": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Update crypto policy if needed] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.017) 0:00:02.871 ****** NOTIFIED HANDLER linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes for sut NOTIFIED HANDLER linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag for sut changed: [sut] => { "changed": true, "cmd": [ "update-crypto-policies", "--no-reload", "--set", "LEGACY" ], "delta": "0:00:00.119415", "end": "2024-01-13 04:49:23.588054", "rc": 0, "start": "2024-01-13 04:49:23.468639" } 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 [linux-system-roles.crypto_policies : Set the reboot_required flag if needed] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:64 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.312) 0:00:03.183 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_reboot_required": true }, "changed": false } TASK [linux-system-roles.crypto_policies : Update facts after applying policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:72 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.021) 0:00:03.205 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.012) 0:00:03.217 ****** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.051723", "end": "2024-01-13 04:49:23.856290", "rc": 0, "start": "2024-01-13 04:49:23.804567" } STDOUT: LEGACY TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.231) 0:00:03.449 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "LEGACY" }, "changed": false } TASK [Verify that base policy was updated] ************************************* task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:14 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.018) 0:00:03.467 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set correct base policy and subpolicy] *********************************** task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:20 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.019) 0:00:03.487 ****** TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:3 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.018) 0:00:03.505 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml for sut TASK [linux-system-roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.011) 0:00:03.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:11 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.017) 0:00:03.535 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:16 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.016) 0:00:03.552 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:20 Saturday 13 January 2024 04:49:23 +0000 (0:00:00.017) 0:00:03.570 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 Saturday 13 January 2024 04:49:24 +0000 (0:00:00.028) 0:00:03.599 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [linux-system-roles.crypto_policies : Gather facts] *********************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:13 Saturday 13 January 2024 04:49:24 +0000 (0:00:00.901) 0:00:04.500 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 13 January 2024 04:49:24 +0000 (0:00:00.013) 0:00:04.513 ****** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.051839", "end": "2024-01-13 04:49:25.151472", "rc": 0, "start": "2024-01-13 04:49:25.099633" } STDOUT: LEGACY TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.230) 0:00:04.744 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "LEGACY" }, "changed": false } TASK [linux-system-roles.crypto_policies : Find base policies files] *********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:16 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.018) 0:00:04.763 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1702394884.375, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325521, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2481, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325522, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2024, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2542, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1705121363.5159538, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325525, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2661, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 5 } TASK [linux-system-roles.crypto_policies : Set available base policies fact] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:24 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.181) 0:00:04.944 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_policies": [ "LEGACY", "FUTURE", "DEFAULT", "FIPS", "EMPTY" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Find subpolicy files] *************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:31 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.021) 0:00:04.965 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291602, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291604, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291605, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2072, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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 } TASK [linux-system-roles.crypto_policies : Set available subpolicies fact] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:39 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.180) 0:00:05.146 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:46 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.019) 0:00:05.165 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_modules": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Update crypto policy if needed] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.017) 0:00:05.183 ****** NOTIFIED HANDLER linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes for sut NOTIFIED HANDLER linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag for sut changed: [sut] => { "changed": true, "cmd": [ "update-crypto-policies", "--no-reload", "--set", "DEFAULT:NO-SHA1" ], "delta": "0:00:00.137913", "end": "2024-01-13 04:49:25.917367", "rc": 0, "start": "2024-01-13 04:49:25.779454" } STDOUT: Setting system policy to DEFAULT:NO-SHA1 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 [linux-system-roles.crypto_policies : Set the reboot_required flag if needed] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:64 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.327) 0:00:05.510 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_reboot_required": true }, "changed": false } TASK [linux-system-roles.crypto_policies : Update facts after applying policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:72 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.020) 0:00:05.531 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 13 January 2024 04:49:25 +0000 (0:00:00.012) 0:00:05.544 ****** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.052443", "end": "2024-01-13 04:49:26.183001", "rc": 0, "start": "2024-01-13 04:49:26.130558" } STDOUT: DEFAULT:NO-SHA1 TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.231) 0:00:05.775 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "DEFAULT:NO-SHA1" }, "changed": false } TASK [Verify that base policy and subpolicy were updated] ********************** task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:26 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.018) 0:00:05.794 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set incorrect base policy] *********************************************** task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:34 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.018) 0:00:05.812 ****** TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:3 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.014) 0:00:05.826 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml for sut TASK [linux-system-roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.013) 0:00:05.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:11 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.018) 0:00:05.858 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:16 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.017) 0:00:05.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:20 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.017) 0:00:05.892 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 Saturday 13 January 2024 04:49:26 +0000 (0:00:00.028) 0:00:05.921 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [linux-system-roles.crypto_policies : Gather facts] *********************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:13 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.907) 0:00:06.829 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.013) 0:00:06.842 ****** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.050739", "end": "2024-01-13 04:49:27.477198", "rc": 0, "start": "2024-01-13 04:49:27.426459" } STDOUT: DEFAULT:NO-SHA1 TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.227) 0:00:07.070 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "DEFAULT:NO-SHA1" }, "changed": false } TASK [linux-system-roles.crypto_policies : Find base policies files] *********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:16 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.018) 0:00:07.088 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1705121365.8249469, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325521, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2481, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325522, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2024, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2542, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1705121363.5159538, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325525, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2661, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 5 } TASK [linux-system-roles.crypto_policies : Set available base policies fact] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:24 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.180) 0:00:07.269 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_policies": [ "LEGACY", "FUTURE", "DEFAULT", "FIPS", "EMPTY" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Find subpolicy files] *************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:31 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.019) 0:00:07.288 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291602, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1705121365.8419468, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291604, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291605, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2072, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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 } TASK [linux-system-roles.crypto_policies : Set available subpolicies fact] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:39 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.182) 0:00:07.471 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:46 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.019) 0:00:07.490 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_modules": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Update crypto policy if needed] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 Saturday 13 January 2024 04:49:27 +0000 (0:00:00.018) 0:00:07.509 ****** fatal: [sut]: FAILED! => { "changed": true, "cmd": [ "update-crypto-policies", "--no-reload", "--set", "NOEXIST" ], "delta": "0:00:00.051935", "end": "2024-01-13 04:49:28.157791", "rc": 1, "start": "2024-01-13 04:49:28.105856" } STDERR: Unknown policy `NOEXIST`: file `NOEXIST.pol` not found in (., policies, /etc/crypto-policies/policies, /usr/share/crypto-policies/policies) MSG: non-zero return code TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:44 Saturday 13 January 2024 04:49:28 +0000 (0:00:00.240) 0:00:07.749 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set incorrect subpolicy] ************************************************* task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:53 Saturday 13 January 2024 04:49:28 +0000 (0:00:00.020) 0:00:07.770 ****** TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:3 Saturday 13 January 2024 04:49:28 +0000 (0:00:00.030) 0:00:07.800 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml for sut TASK [linux-system-roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 Saturday 13 January 2024 04:49:28 +0000 (0:00:00.013) 0:00:07.813 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:11 Saturday 13 January 2024 04:49:28 +0000 (0:00:00.018) 0:00:07.831 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:16 Saturday 13 January 2024 04:49:28 +0000 (0:00:00.017) 0:00:07.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:20 Saturday 13 January 2024 04:49:28 +0000 (0:00:00.016) 0:00:07.865 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 Saturday 13 January 2024 04:49:28 +0000 (0:00:00.028) 0:00:07.894 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [linux-system-roles.crypto_policies : Gather facts] *********************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:13 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.923) 0:00:08.818 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.013) 0:00:08.831 ****** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.051086", "end": "2024-01-13 04:49:29.467347", "rc": 0, "start": "2024-01-13 04:49:29.416261" } STDOUT: DEFAULT:NO-SHA1 TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.229) 0:00:09.060 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "DEFAULT:NO-SHA1" }, "changed": false } TASK [linux-system-roles.crypto_policies : Find base policies files] *********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:16 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.018) 0:00:09.079 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1705121365.8249469, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325521, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2481, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325522, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2024, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2542, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1705121363.5159538, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325525, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2661, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 5 } TASK [linux-system-roles.crypto_policies : Set available base policies fact] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:24 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.180) 0:00:09.259 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_policies": [ "LEGACY", "FUTURE", "DEFAULT", "FIPS", "EMPTY" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Find subpolicy files] *************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:31 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.019) 0:00:09.279 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291602, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1705121365.8419468, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291604, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291605, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2072, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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 } TASK [linux-system-roles.crypto_policies : Set available subpolicies fact] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:39 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.185) 0:00:09.465 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:46 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.019) 0:00:09.484 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_modules": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Update crypto policy if needed] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 Saturday 13 January 2024 04:49:29 +0000 (0:00:00.018) 0:00:09.503 ****** fatal: [sut]: FAILED! => { "changed": true, "cmd": [ "update-crypto-policies", "--no-reload", "--set", "DEFAULT:NOEXIST" ], "delta": "0:00:00.067428", "end": "2024-01-13 04:49:30.168108", "rc": 1, "start": "2024-01-13 04:49:30.100680" } STDERR: Unknown policy `NOEXIST`: file `NOEXIST.pmod` not found in (., policies/modules, /etc/crypto-policies/policies/modules, /usr/share/crypto-policies/policies/modules) MSG: non-zero return code TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:63 Saturday 13 January 2024 04:49:30 +0000 (0:00:00.256) 0:00:09.760 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Restore policy to DEFAULT] *********************************************** task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:71 Saturday 13 January 2024 04:49:30 +0000 (0:00:00.019) 0:00:09.779 ****** TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:3 Saturday 13 January 2024 04:49:30 +0000 (0:00:00.021) 0:00:09.801 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml for sut TASK [linux-system-roles.crypto_policies : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:2 Saturday 13 January 2024 04:49:30 +0000 (0:00:00.011) 0:00:09.813 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:11 Saturday 13 January 2024 04:49:30 +0000 (0:00:00.019) 0:00:09.832 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:16 Saturday 13 January 2024 04:49:30 +0000 (0:00:00.020) 0:00:09.853 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:20 Saturday 13 January 2024 04:49:30 +0000 (0:00:00.017) 0:00:09.870 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.crypto_policies : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 Saturday 13 January 2024 04:49:30 +0000 (0:00:00.028) 0:00:09.898 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: crypto-policies crypto-policies-scripts TASK [linux-system-roles.crypto_policies : Gather facts] *********************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:13 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.917) 0:00:10.816 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.012) 0:00:10.828 ****** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.050534", "end": "2024-01-13 04:49:31.463158", "rc": 0, "start": "2024-01-13 04:49:31.412624" } STDOUT: DEFAULT:NO-SHA1 TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.227) 0:00:11.055 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "DEFAULT:NO-SHA1" }, "changed": false } TASK [linux-system-roles.crypto_policies : Find base policies files] *********** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:16 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.018) 0:00:11.073 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1705121365.8249469, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325521, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/DEFAULT.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2481, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325522, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FIPS.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2024, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/FUTURE.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2542, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1705121363.5159538, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 4325525, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/LEGACY.pol", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2661, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 5 } TASK [linux-system-roles.crypto_policies : Set available base policies fact] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:24 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.178) 0:00:11.252 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_policies": [ "LEGACY", "FUTURE", "DEFAULT", "FIPS", "EMPTY" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Find subpolicy files] *************** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:31 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.021) 0:00:11.273 ****** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291602, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1705121365.8419468, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291604, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291605, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.0, "nlink": 1, "path": "/usr/share/crypto-policies/policies/modules/OSPP.pmod", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 2072, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1699616997.0, "ctime": 1702394760.737, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 6291606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1699616997.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 } TASK [linux-system-roles.crypto_policies : Set available subpolicies fact] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:39 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.179) 0:00:11.453 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_subpolicies": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Set crypto_policies_available_modules fact (deprecated)] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:46 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.019) 0:00:11.473 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_available_modules": [ "OSPP", "SHA1", "NO-ENFORCE-EMS", "AD-SUPPORT-LEGACY", "ECDHE-ONLY", "NO-SHA1", "AD-SUPPORT" ] }, "changed": false } TASK [linux-system-roles.crypto_policies : Update crypto policy if needed] ***** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 Saturday 13 January 2024 04:49:31 +0000 (0:00:00.018) 0:00:11.491 ****** NOTIFIED HANDLER linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes for sut NOTIFIED HANDLER linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag for sut NOTIFIED HANDLER linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes for sut NOTIFIED HANDLER linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag for sut NOTIFIED HANDLER linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes for sut NOTIFIED HANDLER linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag for sut changed: [sut] => { "changed": true, "cmd": [ "update-crypto-policies", "--set", "DEFAULT" ], "delta": "0:00:00.162303", "end": "2024-01-13 04:49:32.249222", "rc": 0, "start": "2024-01-13 04:49:32.086919" } 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 [linux-system-roles.crypto_policies : Set the reboot_required flag if needed] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:64 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.350) 0:00:11.842 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_reboot_required": true }, "changed": false } TASK [linux-system-roles.crypto_policies : Update facts after applying policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:72 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.020) 0:00:11.863 ****** included: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml for sut TASK [linux-system-roles.crypto_policies : Find out what is the currently active policy] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.012) 0:00:11.875 ****** ok: [sut] => { "changed": false, "cmd": [ "update-crypto-policies", "--show" ], "delta": "0:00:00.051083", "end": "2024-01-13 04:49:32.510422", "rc": 0, "start": "2024-01-13 04:49:32.459339" } STDOUT: DEFAULT TASK [linux-system-roles.crypto_policies : Set current policy fact] ************ task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:9 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.227) 0:00:12.102 ****** ok: [sut] => { "ansible_facts": { "crypto_policies_active": "DEFAULT" }, "changed": false } RUNNING HANDLER [linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:4 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.016) 0:00:12.119 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:11 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.018) 0:00:12.137 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:4 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.017) 0:00:12.155 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:11 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.018) 0:00:12.173 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:4 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.017) 0:00:12.191 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:11 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.018) 0:00:12.209 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:4 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.018) 0:00:12.227 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:11 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.018) 0:00:12.245 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Reboot the managed host to apply crypto policies changes] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:4 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.017) 0:00:12.263 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.crypto_policies : Clear the crypto_policies_reboot_required flag] *** task path: /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/handlers/main.yml:11 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.016) 0:00:12.280 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Check the current policy has been restored to DEFAULT] ******************* task path: /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:84 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.019) 0:00:12.299 ****** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=28 rescued=2 ignored=0 Saturday 13 January 2024 04:49:32 +0000 (0:00:00.016) 0:00:12.316 ****** =============================================================================== linux-system-roles.crypto_policies : Ensure required packages are installed --- 0.99s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 linux-system-roles.crypto_policies : Ensure required packages are installed --- 0.92s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 linux-system-roles.crypto_policies : Ensure required packages are installed --- 0.92s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 linux-system-roles.crypto_policies : Ensure required packages are installed --- 0.91s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 linux-system-roles.crypto_policies : Ensure required packages are installed --- 0.90s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-weekly-cipreht41p/tests/tests_update.yml:3 ----------------------- linux-system-roles.crypto_policies : Update crypto policy if needed ----- 0.35s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 linux-system-roles.crypto_policies : Update crypto policy if needed ----- 0.33s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 linux-system-roles.crypto_policies : Update crypto policy if needed ----- 0.31s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.30s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 linux-system-roles.crypto_policies : Update crypto policy if needed ----- 0.26s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 linux-system-roles.crypto_policies : Check if system is ostree ---------- 0.25s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/set_vars.yml:11 linux-system-roles.crypto_policies : Update crypto policy if needed ----- 0.24s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:52 linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.23s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.23s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.23s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.23s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 linux-system-roles.crypto_policies : Find base policies files ----------- 0.23s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/main.yml:16 linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.23s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 linux-system-roles.crypto_policies : Find out what is the currently active policy --- 0.23s /WORKDIR/git-weekly-cipreht41p/tests/roles/linux-system-roles.crypto_policies/tasks/gather_facts.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---