From d44e96b2f0423364b7477c027ed8b052bd9e3031 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 24 Nov 2020 16:21:38 +1300 Subject: [PATCH] CD. Intended to get files playbook root --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 08669c2..05b26db 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -5,7 +5,7 @@ dest: /etc/pki/ca-trust/source/anchors/ become: true with_fileglob: - - "files/ca_certs/*" + - "../files/ca_certs/*" notify: Update Trust Store - meta: flush_handlers