From 5c5f99b7d73e6bf99a543c29be07c0ad133cdab6 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 24 Nov 2020 16:38:32 +1300 Subject: [PATCH] Use variable for playbook root --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7aff248..4e5ff6f 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/*" + - "{{ playbook_dir }}/files/ca_certs/*" notify: Update Trust Store - meta: flush_handlers