dont fail if init command has errors
This commit is contained in:
parent
039b037f30
commit
8a4bc4c4d3
@ -10,6 +10,7 @@
|
||||
{{ certbot_command_arguments | join(' ') }}
|
||||
register: certbot_init
|
||||
changed_when: certbot_init.rc == 130
|
||||
ignore_errors: True
|
||||
become: True
|
||||
become_user: "{{ certbot_user }}"
|
||||
when: certbot_initial_run_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user