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