Fix new line

This commit is contained in:
Valentin Gostev 2019-02-22 12:23:06 +01:00
parent 993e742d5c
commit 764c86c7f3

View File

@ -4,4 +4,5 @@ certbot_create_command: >-
--webroot-path {{ certbot_webroot }}
--noninteractive --agree-tos
--email {{ cert_item.email | default(certbot_admin_email) }}
-d {{ cert_item.domains | join(',') }}
-d {{ cert_item.domains | join(',') }}