added prelim to includes

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-04-15 13:36:48 +01:00
parent 1457ea01e2
commit a8d8220295
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -3,7 +3,7 @@
# Preliminary tasks that should always be run
# List users in order to look files inside each home directory
- name: Include audit specific variables
- name: PRELIM | Include audit specific variables
when:
- run_audit or audit_only
- setup_audit
@ -12,7 +12,7 @@
- run_audit
ansible.builtin.include_vars: audit.yml
- name: Include pre-remediation audit tasks
- name: PRELIM | Include pre-remediation audit tasks
when:
- run_audit or audit_only
- setup_audit