Skip to content

Commit

Permalink
fix prelim check to check for AIDE install rule and updates rule
Browse files Browse the repository at this point in the history
Signed-off-by: Dan D <[email protected]>
  • Loading branch information
dderemiah committed Jan 5, 2024
1 parent c10bca7 commit 70809e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
ansible.builtin.package:
update_cache: true
when:
- ubtu20cis_rule_1_3_1 or
ubtu20cis_rule_1_9
- ubtu20cis_rule_1_2_1 or
ubtu20cis_rule_1_3_1
tags:
- rule_1.3.1
- rule_1.9
- rule_1.2.1
- always

- name: "PRELIM | Check for autofs service"
Expand Down

0 comments on commit 70809e4

Please sign in to comment.