Skip to content

Commit

Permalink
Merge pull request #92 from ansible-lockdown/issue_88_fix
Browse files Browse the repository at this point in the history
Added fix for issue #88
  • Loading branch information
georgenalen authored Mar 4, 2022
2 parents bbf66c7 + c41bb48 commit 91d384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/fix-cat1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
when: rhel_08_040171_logout_settings_status.stdout | length > 0
when:
- rhel_08_040171
- "'gnome-desktop' in ansible_facts.packages"
- "'gnome-desktop' in ansible_facts.packages or 'gnome-desktop3' in ansible_facts.packages"
tags:
- RHEL-08-040171
- CAT1
Expand Down

0 comments on commit 91d384f

Please sign in to comment.