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
|
- 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue