From 31f0c4ab54958b63406b52b34e15fbd328232f0f Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 17 Dec 2023 12:39:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix/add=20removing=20certs=20on?= =?UTF-8?q?=20fedora?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/fedora-remove.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tasks/fedora-remove.yml diff --git a/tasks/fedora-remove.yml b/tasks/fedora-remove.yml new file mode 100644 index 0000000..a9eb1c9 --- /dev/null +++ b/tasks/fedora-remove.yml @@ -0,0 +1,9 @@ +--- +- name: Remove CACert root certificate + file: + path: /etc/pki/ca-trust/source/anchors/cacert-{{ item }} + state: absent + with_items: + - root.crt + - class3.crt + notify: Update Fedora CA certificates