correct bug path ca-certificate

This commit is contained in:
vincent 2019-01-27 20:10:48 +01:00
parent 63cbc04f65
commit 9f5010616b

View File

@ -15,7 +15,7 @@
- name: stat ca-certificates - name: stat ca-certificates
stat: 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 register: cacertificates