From 181002c23b3e9b41bbc0b3f53949e82db9a35324 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 13 Mar 2023 14:04:38 +0000 Subject: [PATCH] added benchamrk audit validation Signed-off-by: Mark Bolwell --- tasks/pre_remediation_audit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/pre_remediation_audit.yml b/tasks/pre_remediation_audit.yml index c05ddb3..2947e6a 100644 --- a/tasks/pre_remediation_audit.yml +++ b/tasks/pre_remediation_audit.yml @@ -21,6 +21,10 @@ when: - audit_content == 'git' +- name: Pre Audit | confirm audit branch vs benchmark version + ansible.builtin.debug: + msg: "Audit will run the branch {{ audit_git_version }} for this Benchmark {{ benchmark_version }}" + - name: Pre Audit | copy to audit content files to server ansible.builtin.copy: src: "{{ audit_local_copy }}"