dont fail if init command has errors

This commit is contained in:
Robert Kaussow 2018-06-26 22:08:37 +02:00
parent 039b037f30
commit 8a4bc4c4d3
1 changed files with 1 additions and 0 deletions

View File

@ -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