Skip to content

Commit

Permalink
Issue #241 quotes on .rc removed
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jul 1, 2021
1 parent dcd18f1 commit b3642cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

- name: Check sugroup if defined exists before continuing
assert:
that: sugroup_exists.rc == '0'
that: sugroup_exists.rc == 0
msg: "The variable rhel7cis_sugroup is defined but does not exist please rectify"
when:
- rhel7cis_sugroup is defined
Expand Down

0 comments on commit b3642cc

Please sign in to comment.