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