From 94f37e67ce9220b69e15b1e4e6b434bd3f1d345e Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 16 May 2023 12:14:09 +0100 Subject: [PATCH] updated due to #19 great catch Signed-off-by: Mark Bolwell --- tasks/pre_remediation_audit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/pre_remediation_audit.yml b/tasks/pre_remediation_audit.yml index dd98183..3e0c4a6 100644 --- a/tasks/pre_remediation_audit.yml +++ b/tasks/pre_remediation_audit.yml @@ -34,7 +34,6 @@ copy: src: "{{ audit_local_copy }}" dest: "{{ audit_conf_dir }}" - mode: 0644 when: - audit_content == 'copy'