Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed check for aide being already installed #52

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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