From b230afce327ddd979b7541a20220c2dbff492f97 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 24 Nov 2020 16:28:47 +1300 Subject: [PATCH] Incorrect path --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 8397f66..7aff248 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