This commit is contained in:
parent
1987e2bc95
commit
9d02eed848
@ -7,7 +7,7 @@
|
|||||||
--logs-dir {{ certbot_log_dir }}
|
--logs-dir {{ certbot_log_dir }}
|
||||||
--agree-tos
|
--agree-tos
|
||||||
{{ certbot_command_arguments | join(' ') }}
|
{{ certbot_command_arguments | join(' ') }}
|
||||||
- n -d {{ item.domains | join(',') }}
|
-n -d {{ item.domains | join(',') }}
|
||||||
register: certbot_init
|
register: certbot_init
|
||||||
changed_when: certbot_init.rc == 130
|
changed_when: certbot_init.rc == 130
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
Loading…
Reference in New Issue
Block a user