picky
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
4b73050b9f
commit
8a997f8381
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
- name: Install the certificate
|
||||
copy: >
|
||||
dest=/etc/pki/tls/certs/{{site_name}}.cert
|
||||
contents={{certbot_certificate.stdout}}
|
||||
content="{{certbot_certificate.stdout}}"
|
||||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
|
@ -41,7 +41,7 @@
|
|||
- name: Install the intermediate/chain certificate
|
||||
copy: >
|
||||
dest=/etc/pki/tls/certs/{{site_name}}.intermediate.cert
|
||||
contents={{certbot_chain.stdout}}
|
||||
content="{{certbot_chain.stdout}}"
|
||||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
|
@ -53,7 +53,7 @@
|
|||
- name: Install the key
|
||||
copy: >
|
||||
dest=/etc/pki/tls/private/{{site_name}}.key
|
||||
contents={{certbot_key.stdout}}
|
||||
content="{{certbot_key.stdout}}"
|
||||
owner=root
|
||||
group=root
|
||||
mode=0600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue