borgmatic: ignore unreachable backup target

This commit is contained in:
uumas
2025-09-14 02:57:45 +03:00
parent 9b40f06804
commit e4c8a2343a

View File

@@ -2,6 +2,7 @@
- name: Gather facts - name: Gather facts
ansible.builtin.setup: ansible.builtin.setup:
delegate_facts: true delegate_facts: true
ignore_unreachable: true
retries: 3 retries: 3
- name: Add ssh key to authorized_keys - name: Add ssh key to authorized_keys