Skip to content

Commit

Permalink
Merge pull request #52 from layluke/Issue_51-RHEL-09-651010-Does-not-…
Browse files Browse the repository at this point in the history
…notify-handler-when-already-installed

removed check for aide being already installed
  • Loading branch information
uk-bolly authored Oct 8, 2024
2 parents 2ee393f + 7850afb commit 1781242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Cat2/RHEL-09-65xxxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
when:
- rhel_09_651010
- rhel9stig_use_aide
- "'aide' not in ansible_facts.packages"
tags:
- RHEL-09-651010
- CAT2
Expand All @@ -18,6 +17,7 @@
- NIST800-53R4_SI-6
- aide
notify: Build_aide_db
changed_when: true
ansible.builtin.package:
name: aide
state: present
Expand Down

0 comments on commit 1781242

Please sign in to comment.