Down a directory.

This commit is contained in:
Ralph Bean 2014-12-08 15:00:50 +00:00
parent ebd906b063
commit 564cd2ce29

View file

@ -6,7 +6,7 @@
- name: Copy over SSLCertificateChainFile if defined
copy: >
src={{private}}/httpd/{{SSLCertificateChainFile}}
src={{private}}/files/httpd/{{SSLCertificateChainFile}}
dest=/etc/pki/tls/certs/{{SSLCertificateChainFile}}
owner=root
group=root
@ -27,7 +27,7 @@
mode=0644
with_first_found:
- "{{cert}}"
- "{{private}}/httpd/{{name}}.cert"
- "{{private}}/files/httpd/{{name}}.cert"
notify:
- restart httpd
tags:
@ -43,7 +43,7 @@
mode=0600
with_first_found:
- "{{key}}"
- "{{private}}/httpd/{{name}}.key"
- "{{private}}/files/httpd/{{name}}.key"
notify:
- restart httpd
tags: