You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
335 B
YAML

---
- name: Create CACert certificate directory
file: path=/usr/local/share/ca-certificates/cacert.org state=directory
- name: Install CACert certificates
copy: src={{ item }}
dest=/usr/local/share/ca-certificates/cacert.org/{{ item }}
with_items:
- root.crt
- class3.crt
notify: Update Debian CA certificates