forked from ansible-lockdown/RHEL9-CIS
- Added extra checks in using loop items in when statement
- Fixed typo in handler name Signed-off-by: Marco V <marco@osp.nl>
This commit is contained in:
parent
9709779492
commit
9e8ecee964
2 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
ansible.builtin.shell: |
|
||||
update-crypto-policies --set "{{ rhel9cis_full_crypto_policy }}"
|
||||
update-crypto-policies
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when:
|
||||
- rhel9cis_system_wide_crypto_policy.stdout != rhel9cis_full_crypto_policy
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue