From b88dca6954c24a62a82ee296ecc737ca7cc61777 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 1 Mar 2023 09:10:39 +0000 Subject: [PATCH] updated warning for template updated Signed-off-by: Mark Bolwell --- tasks/auditd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/auditd.yml b/tasks/auditd.yml index cc0f622..1768aa1 100644 --- a/tasks/auditd.yml +++ b/tasks/auditd.yml @@ -22,7 +22,7 @@ - name: POST | AUDITD | Add Warning count for changes to template file | Warn Count # noqa: no-handler ansible.builtin.import_tasks: warning_facts.yml vars: - warn_control_id: 'Auditd_template_updated-see-diff-output' + warn_control_id: 'Auditd template updated, see diff output for details' when: - auditd_template_updated.changed - auditd_file.stat.exists