From e4c8a2343a21ba567b1bc49e05263f6085d37546 Mon Sep 17 00:00:00 2001 From: uumas Date: Sun, 14 Sep 2025 02:57:45 +0300 Subject: [PATCH] borgmatic: ignore unreachable backup target --- roles/borgmatic/tasks/target.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/borgmatic/tasks/target.yaml b/roles/borgmatic/tasks/target.yaml index 4f33a5a..d680a74 100644 --- a/roles/borgmatic/tasks/target.yaml +++ b/roles/borgmatic/tasks/target.yaml @@ -2,6 +2,7 @@ - name: Gather facts ansible.builtin.setup: delegate_facts: true + ignore_unreachable: true retries: 3 - name: Add ssh key to authorized_keys