This commit is contained in:
parent
d400ec20df
commit
8db2e68355
@ -8,8 +8,8 @@
|
||||
--agree-tos
|
||||
{{ certbot_command_arguments | join(' ') }}
|
||||
-n -d {{ item.domains | join(',') }}
|
||||
register: certbot_init
|
||||
changed_when: certbot_init.rc == 130
|
||||
register: __certbot_init
|
||||
changed_when: __certbot_init.rc == 130
|
||||
ignore_errors: True
|
||||
loop: "{{ certbot_domain_groups }}"
|
||||
loop_control:
|
||||
|
Loading…
Reference in New Issue
Block a user