forked from ISTI-ansible-roles/ansible-roles
library/roles/ubuntu-deb-general/tasks/install_external_ca_cert.yml: Another typo.
This commit is contained in:
parent
082b4f99db
commit
974a7e011e
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Install the additional CA certificates
|
- name: Install the additional CA certificates
|
||||||
file: src={{ item.file }} dest={{ item.dest_file }}
|
copy: src={{ item.file }} dest={{ item.dest_file }}
|
||||||
with_items: '{{ x509_additional_ca_certs }}'
|
with_items: '{{ x509_additional_ca_certs }}'
|
||||||
when: install_additional_ca_certs
|
when: install_additional_ca_certs
|
||||||
notify: Update the CA bundle list
|
notify: Update the CA bundle list
|
||||||
|
|
Loading…
Reference in New Issue