From b934d9d3493eb30b78f5f315a2f8a0ca5c968902 Mon Sep 17 00:00:00 2001
From: Vladimir Still <git@vstill.eu>
Date: Fri, 11 Feb 2022 12:43:06 +0100
Subject: [PATCH] ansible: Set work dir for tar backups properly

---
 ansible/skund.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/skund.yml b/ansible/skund.yml
index af77cbd..cce4d6d 100644
--- a/ansible/skund.yml
+++ b/ansible/skund.yml
@@ -150,6 +150,7 @@
               content: |
                 TARGET=backup-skund@127.0.0.1
                 SOURCES="/home/xstill/sync /home/xstill/recepty /home/xstill/_config /home/xstill/notes /data/xstill/repo-t14"
+                WORK_DIR=/root/backup-work
               dest: "/backup/skund/backup-tar.config"
 
           - name: "Authorized key for backup-skund"
-- 
GitLab