We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbd6a5 commit 602cbc6Copy full SHA for 602cbc6
roles/edpm_bootstrap/tasks/fips_status.yml
@@ -31,7 +31,7 @@
31
}}
32
33
- name: Assert that we have the wanted status
34
- when: edpm_bootstrap_fips_mode != check
+ when: edpm_bootstrap_fips_mode != 'check'
35
ansible.builtin.assert:
36
that:
37
- >
0 commit comments