From 878c40a37df8f2461f61ad421643e115b3a17d48 Mon Sep 17 00:00:00 2001 From: chatton Date: Sun, 8 Oct 2023 07:58:00 +0100 Subject: [PATCH] ignore errors with notification failures --- playbooks/backup-docker-volumes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/backup-docker-volumes.yml b/playbooks/backup-docker-volumes.yml index 1fa0efd..7401370 100644 --- a/playbooks/backup-docker-volumes.yml +++ b/playbooks/backup-docker-volumes.yml @@ -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: