Skip to content

Commit

Permalink
Merge pull request #130 from dderemiah/fix_prelim
Browse files Browse the repository at this point in the history
fix prelim check to check for AIDE install rule and updates rule
  • Loading branch information
uk-bolly authored Jan 9, 2024
2 parents 4449780 + 70809e4 commit 1e8f2e1
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 1e8f2e1

Please sign in to comment.