You've already forked ansible-role-customca
Find files and loop to debug easier
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
---
|
||||
- name: Find trusted root certificates to add
|
||||
- find:
|
||||
paths: /var/log
|
||||
register: ca_cert_files
|
||||
|
||||
- name: Copy public certificate files
|
||||
copy:
|
||||
src: files/ca_certs/
|
||||
dest: /etc/pki/ca-trust/source/anchors/
|
||||
become: true
|
||||
with_items: ca_cert_files
|
||||
when: ca_cert_files.matched > 0
|
||||
notify: Update Trust Store
|
||||
|
||||
- meta: flush_handlers
|
||||
|
||||
Reference in New Issue
Block a user