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