Skip to content

Commit 602cbc6

Browse files
committed
fips_status: 'check' must be a string
Otherwise, it's considered a variable name. Signed-off-by: James Slagle <[email protected]>
1 parent edbd6a5 commit 602cbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/edpm_bootstrap/tasks/fips_status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}}
3232
3333
- name: Assert that we have the wanted status
34-
when: edpm_bootstrap_fips_mode != check
34+
when: edpm_bootstrap_fips_mode != 'check'
3535
ansible.builtin.assert:
3636
that:
3737
- >

0 commit comments

Comments
 (0)