From bac6e9743e2c3a53c940768d82f2d98223afa376 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 16 May 2023 12:11:04 +0100 Subject: [PATCH] #18 corrected Signed-off-by: Mark Bolwell --- tasks/LE_audit_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/LE_audit_setup.yml b/tasks/LE_audit_setup.yml index 61a4cdf..8321a32 100644 --- a/tasks/LE_audit_setup.yml +++ b/tasks/LE_audit_setup.yml @@ -13,7 +13,7 @@ - name: copy audit binary copy: - src: + src: "{{ copy_goss_from_path }}" dest: "{{ audit_bin }}" mode: 0555 owner: root