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.

16 lines
342 B
YAML

---
- name: Remove CACert certificates
file:
path: /usr/local/share/ca-certificates/cacert.org/{{ item }}
state: absent
with_items:
- root.crt
- class3.crt
notify: Update Debian CA certificates
- name: Remove CACert certificate directory
file:
path: /usr/local/share/ca-certificates/cacert.org
state: absent