Formatting

This commit is contained in:
2020-11-24 16:02:09 +13:00
parent a0c56cd5d5
commit 4896d6467c

View File

@@ -1,10 +1,10 @@
---
- name: Copy public certificate files
copy:
copy:
src: "{{ item }}"
dest: /etc/pki/ca-trust/source/anchors/
become: true
with_fileglob:
with_fileglob:
- "files/ca_certs/*"
notify: Update Trust Store