forked from ansible-lockdown/RHEL9-CIS
updated auditing conditionals
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
ca14eeb147
commit
35d0bf9c4b
1 changed files with 2 additions and 6 deletions
|
|
@ -4,9 +4,7 @@
|
||||||
# List users in order to look files inside each home directory
|
# List users in order to look files inside each home directory
|
||||||
|
|
||||||
- name: "PRELIM | Include audit specific variables"
|
- name: "PRELIM | Include audit specific variables"
|
||||||
when:
|
when: run_audit or audit_only or setup_audit
|
||||||
- run_audit or audit_only
|
|
||||||
- setup_audit
|
|
||||||
tags:
|
tags:
|
||||||
- setup_audit
|
- setup_audit
|
||||||
- run_audit
|
- run_audit
|
||||||
|
|
@ -14,9 +12,7 @@
|
||||||
file: audit.yml
|
file: audit.yml
|
||||||
|
|
||||||
- name: "PRELIM | Include pre-remediation audit tasks"
|
- name: "PRELIM | Include pre-remediation audit tasks"
|
||||||
when:
|
when: run_audit or audit_only or setup_audit
|
||||||
- run_audit or audit_only
|
|
||||||
- setup_audit
|
|
||||||
tags: run_audit
|
tags: run_audit
|
||||||
ansible.builtin.import_tasks: pre_remediation_audit.yml
|
ansible.builtin.import_tasks: pre_remediation_audit.yml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue