diff --git a/roles/letsencrypt/tasks/main.yml b/roles/letsencrypt/tasks/main.yml index d520911f61..4a81b82c39 100644 --- a/roles/letsencrypt/tasks/main.yml +++ b/roles/letsencrypt/tasks/main.yml @@ -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