From 9f5010616be0274a65e462ab94d2d4b95d38b3e3 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 27 Jan 2019 20:10:48 +0100 Subject: [PATCH] correct bug path ca-certificate --- tasks/pacman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pacman.yml b/tasks/pacman.yml index 151b246..07ea5b5 100644 --- a/tasks/pacman.yml +++ b/tasks/pacman.yml @@ -15,7 +15,7 @@ - name: stat ca-certificates stat: - path: "/etc/certs/ca-certificates.crt" # required. The full path of the file/object to get the facts of. + path: "/etc/ssl/certs/ca-certificates.crt" # required. The full path of the file/object to get the facts of. register: cacertificates