mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Changes the email check
This commit is contained in:
parent
5ef3c252df
commit
31bf48e5cf
@ -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 is defined"
|
- "certbot_register_email is not empty"
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user