Changes the email check

This commit is contained in:
Nikolaos Kakouros 2017-09-06 22:17:40 +02:00
parent 5ef3c252df
commit 31bf48e5cf

View File

@ -3,7 +3,7 @@
- name: Make sure we have an email
assert:
that:
- "certbot_register_email is defined"
- "certbot_register_email is not empty"
msg: "You need to provide an email address you own to register with Let's Encrypt."
- name: Register with Let's Encrypt