ignore errors with notification failures

authelia
chatton 2 years ago
parent e66f0bce96
commit 878c40a37d

@ -14,6 +14,7 @@
tasks:
- name: Gotify Notification Begin
ignore_errors: true
ansible.builtin.include_role:
name: gotify_message
vars:
@ -42,6 +43,7 @@
loop_var: container_item
- name: Gotify Notification Complete
ignore_errors: true
ansible.builtin.include_role:
name: gotify_message
vars:

Loading…
Cancel
Save