Use variable for playbook root

This commit is contained in:
2020-11-24 16:38:32 +13:00
parent b230afce32
commit 5c5f99b7d7

View File

@@ -5,7 +5,7 @@
dest: /etc/pki/ca-trust/source/anchors/ dest: /etc/pki/ca-trust/source/anchors/
become: true become: true
with_fileglob: with_fileglob:
- "../../files/ca_certs/*" - "{{ playbook_dir }}/files/ca_certs/*"
notify: Update Trust Store notify: Update Trust Store
- meta: flush_handlers - meta: flush_handlers