Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from ludovicc/master
Browse files Browse the repository at this point in the history
Fix detection of local certificate files
  • Loading branch information
jdauphant committed Dec 11, 2015
2 parents ea33239 + ef619ba commit dc0bb27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
file: path={{ssl_certs_patch}} state=directory owner="{{ssl_certs_path_owner}}" group="{{ssl_certs_path_group}}" mode=700
tags: [ssl-certs,configuration]

- stat: path={{ssl_certs_local_privkey_path}}
- local_action: stat path={{ssl_certs_local_privkey_path}}
register: stat_privkey
connection: local
sudo: false
tags: [ssl-certs,configuration]

- stat: path={{ssl_certs_local_cert_path}}
- local_action: stat path={{ssl_certs_local_cert_path}}
register: stat_cert
connection: local
sudo: false
tags: [ssl-certs,configuration]

Expand Down

0 comments on commit dc0bb27

Please sign in to comment.