You've already forked ansible-role-customca
Formatting
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
- name: Copy public certificate files
|
- name: Copy public certificate files
|
||||||
copy:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
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/*"
|
- "files/ca_certs/*"
|
||||||
notify: Update Trust Store
|
notify: Update Trust Store
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user