mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-23 21:20:40 +02:00
Fix new line
This commit is contained in:
+2
-1
@@ -4,4 +4,5 @@ certbot_create_command: >-
|
|||||||
--webroot-path {{ certbot_webroot }}
|
--webroot-path {{ certbot_webroot }}
|
||||||
--noninteractive --agree-tos
|
--noninteractive --agree-tos
|
||||||
--email {{ cert_item.email | default(certbot_admin_email) }}
|
--email {{ cert_item.email | default(certbot_admin_email) }}
|
||||||
-d {{ cert_item.domains | join(',') }}
|
-d {{ cert_item.domains | join(',') }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user