library/roles/ubuntu-deb-general/tasks/install_external_ca_cert.yml: Another typo.

This commit is contained in:
Andrea Dell'Amico 2018-03-30 11:46:57 +02:00
parent 082b4f99db
commit 974a7e011e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
- 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 }}'
when: install_additional_ca_certs
notify: Update the CA bundle list