mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-06-15 15:11:26 +02:00
Adds missing operation
This commit is contained in:
parent
4efe192db2
commit
133935d5af
@ -24,7 +24,7 @@ certbot_handle_certs: true
|
||||
certbot_register_email: user@example.com
|
||||
|
||||
# The command to run to register with Let's Encrypt
|
||||
certbot_register_command: "{{ certbot_script }} --non-interactive --agree-tos --email {{ certbot_register_email }}"
|
||||
certbot_register_command: "{{ certbot_script }} register --non-interactive --agree-tos --email {{ certbot_register_email }}"
|
||||
|
||||
# The domains to generate certs for
|
||||
certbot_domains:
|
||||
|
Loading…
x
Reference in New Issue
Block a user