Skip to content

Commit

Permalink
Merge pull request #220 from ansible-lockdown/george_aug2023_fix
Browse files Browse the repository at this point in the history
Updated when on line 197 of prelim to use an or instead of and
  • Loading branch information
georgenalen authored Sep 1, 2023
2 parents cfadd1a + 50a1ee9 commit 6498dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
failed_when: false
register: local_home_directories
when:
- rhel_08_010730
- rhel_08_020352
- rhel_08_010730 or
rhel_08_020352
tags:
- always

Expand Down

0 comments on commit 6498dc3

Please sign in to comment.