This commit is contained in:
parent
d400ec20df
commit
8db2e68355
@ -8,8 +8,8 @@
|
|||||||
--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
|
||||||
loop: "{{ certbot_domain_groups }}"
|
loop: "{{ certbot_domain_groups }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
Loading…
Reference in New Issue
Block a user