Fix new line

This commit is contained in:
Valentin Gostev 2019-02-22 12:44:42 +01:00
parent 764c86c7f3
commit bf6e593077

View File

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