Down a directory.
This commit is contained in:
parent
ebd906b063
commit
564cd2ce29
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue