summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/ca.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2020-10-24 05:24:11 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2020-10-24 05:24:11 +0200
commit505f8fe4300bba86f0bbf7d2d93883a8b2390d2c (patch)
tree143e6a1f3835fb0bc285187556378e7346206b92 /roles/common/tasks/ca.yml
parent660e8583370b0bd7bd90c1d2853304f5fcb9db74 (diff)
downloadplaybooks-ansible-505f8fe4300bba86f0bbf7d2d93883a8b2390d2c.tar.gz
playbooks-ansible-505f8fe4300bba86f0bbf7d2d93883a8b2390d2c.tar.xz
playbooks-ansible-505f8fe4300bba86f0bbf7d2d93883a8b2390d2c.zip
Remove old stuff and fix binary path
Diffstat (limited to 'roles/common/tasks/ca.yml')
-rw-r--r--roles/common/tasks/ca.yml5
1 files changed, 0 insertions, 5 deletions
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