mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
added prelim to includes
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
1457ea01e2
commit
a8d8220295
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# Preliminary tasks that should always be run
|
# Preliminary tasks that should always be run
|
||||||
# List users in order to look files inside each home directory
|
# List users in order to look files inside each home directory
|
||||||
|
|
||||||
- name: Include audit specific variables
|
- name: PRELIM | Include audit specific variables
|
||||||
when:
|
when:
|
||||||
- run_audit or audit_only
|
- run_audit or audit_only
|
||||||
- setup_audit
|
- setup_audit
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
- run_audit
|
- run_audit
|
||||||
ansible.builtin.include_vars: audit.yml
|
ansible.builtin.include_vars: audit.yml
|
||||||
|
|
||||||
- name: Include pre-remediation audit tasks
|
- name: PRELIM | Include pre-remediation audit tasks
|
||||||
when:
|
when:
|
||||||
- run_audit or audit_only
|
- run_audit or audit_only
|
||||||
- setup_audit
|
- setup_audit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue