10 Commits

View File

@@ -1,9 +1,12 @@
---
---
- name: Copy public certificate files
copy:
src: ca_certs/
dest: /etc/pki/ca-trust/source/anchors
copy:
src: "{{ item }}"
dest: /etc/pki/ca-trust/source/anchors/
become: true
with_fileglob:
- "{{ playbook_dir }}/files/ca_certs/*.pem"
- "{{ playbook_dir }}/files/ca_certs/*.cer"
notify: Update Trust Store
- meta: flush_handlers