You've already forked ansible-role-customca
Merge branch 'master' of ssh://bitbucket.ultrafastfibre.co.nz:7999/ansi/ansible-role-customca into master
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user