diff --git a/tasks/debian-remove.yml b/tasks/debian-remove.yml index 740c2a0..538717e 100644 --- a/tasks/debian-remove.yml +++ b/tasks/debian-remove.yml @@ -8,6 +8,15 @@ - root.crt - class3.crt notify: Update Debian CA certificates +- name: Remove CACert certificates + file: + path: /etc/ssl/certs/{{ item }} + state: absent + with_items: + - root.pem + - class3.pem + - 99d0fa06.0 + - 590d426f.0 - name: Remove CACert certificate directory file: