Valentin Gostev bf6e593077 Fix new line
2019-02-22 12:44:42 +01:00

8 lines
247 B
YAML

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