From 505f8fe4300bba86f0bbf7d2d93883a8b2390d2c Mon Sep 17 00:00:00 2001 From: Matthieu Saulnier Date: Sat, 24 Oct 2020 05:24:11 +0200 Subject: Remove old stuff and fix binary path --- roles/common/tasks/ca.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'roles/common/tasks/ca.yml') diff --git a/roles/common/tasks/ca.yml b/roles/common/tasks/ca.yml index c76834b..68d0367 100644 --- a/roles/common/tasks/ca.yml +++ b/roles/common/tasks/ca.yml @@ -6,11 +6,6 @@ register: cafile tags: firstinstall -- name: Désinstallation de l'autorité de certification CACert - file: - path: /etc/pki/ca-trust/source/anchors/cacert.pem - state: absent - - name: Mise à jour de la base de confiance CA command: /usr/bin/update-ca-trust when: cafile is changed -- cgit