mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Fix new line
This commit is contained in:
parent
993e742d5c
commit
764c86c7f3
@ -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(',') }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user