letsencrypt: add quotes

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-06-20 13:59:54 +02:00
parent 532faf5733
commit 70d1dd6605
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
# And once we do that, we need to copy some things.
- name: Obtain the certificate
delegate_to: certgetter01.phx2.fedoraproject.org
command: cat {{certbot_dir.stdout}}/cert.pem
command: "cat {{certbot_dir.stdout}}/cert.pem"
register: certbot_certificate
changed_when: 'false'
check_mode: no