From 91db48002c94a8a47b9b52c190fa96ea482a31fc Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 26 Nov 2021 09:45:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20remove=20dangling=20symlinks=20i?= =?UTF-8?q?n=20/etc/ssl/certs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/debian-remove.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: