Changes the email check

This commit is contained in:
Nikolaos Kakouros 2017-09-06 22:19:35 +02:00
parent 4fa0838635
commit 6953004efc

View File

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