From 764c86c7f334bf7b8f1dd8fad47d81a5f6bb3a2b Mon Sep 17 00:00:00 2001 From: Valentin Gostev Date: Fri, 22 Feb 2019 12:23:06 +0100 Subject: [PATCH] Fix new line --- vars/webroot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vars/webroot.yml b/vars/webroot.yml index 2519797..8b33161 100644 --- a/vars/webroot.yml +++ b/vars/webroot.yml @@ -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(',') }} \ No newline at end of file + -d {{ cert_item.domains | join(',') }} +