From a8d822029530118bdb3d09a9e95905a6e41e02fe Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 15 Apr 2024 13:36:48 +0100 Subject: [PATCH] added prelim to includes Signed-off-by: Mark Bolwell --- tasks/prelim.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/prelim.yml b/tasks/prelim.yml index 0d7fccc..6ffc298 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -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