1 Commits

Author SHA1 Message Date
9c50c8ab5f Restrict files to .pem and/or .cer extensions 2022-04-05 23:33:58 +00:00

View File

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