Skip to content

Commit

Permalink
Merge pull request #272 from ansible-lockdown/issue_271
Browse files Browse the repository at this point in the history
fixed error in conditional rhel-08-020022 #271
  • Loading branch information
uk-bolly authored Apr 25, 2024
2 parents 469a4a9 + db1b008 commit 4d0b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,7 @@
- password-auth
when:
- rhel_08_020022
- ansible_distribution_version is version('8.2', '>=')
- ansible_distribution_version is version('8.1', '<=')
tags:
- RHEL-08-020022
- CAT2
Expand Down

0 comments on commit 4d0b593

Please sign in to comment.