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(',') }} +