From afd1c2ff01b7c7f4b694cd73543fc4116086fa16 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 21 Nov 2023 10:11:08 +0000 Subject: [PATCH] fixed benchmark_name Signed-off-by: Mark Bolwell --- vars/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/audit.yml b/vars/audit.yml index e5ca959..dd61b8a 100644 --- a/vars/audit.yml +++ b/vars/audit.yml @@ -15,7 +15,7 @@ audit_git_version: "benchmark-{{ benchmark_version }}" # Where the goss configs and outputs are stored audit_out_dir: '/opt' # Where the goss audit configuration will be stored -audit_conf_dir: "{{ audit_out_dir }}/{{ benchmark }}-Audit" +audit_conf_dir: "{{ audit_out_dir }}/{{ benchmark }}_Audit" # If changed these can affect other products pre_audit_outfile: "{{ audit_out_dir }}/{{ ansible_facts.hostname }}-{{ benchmark }}-{{ benchmark_version }}_pre_scan_{{ ansible_facts.date_time.epoch }}.{{ audit_format }}"