Changes the email check

This commit is contained in:
Nikolaos Kakouros 2017-09-06 22:18:32 +02:00
parent 31bf48e5cf
commit 4fa0838635

View File

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