From 7d4bcf1ce4ffd42389400bb5ef2216762e529827 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Wed, 21 Aug 2024 16:39:45 +0200 Subject: [PATCH] Fix borgmatic init inside container --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 6f41097..899d156 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -5,6 +5,6 @@ command: borgmatic init --encryption repokey - name: Init Borg App - command: dc exec -it -u root borgmatic borgmatic --init --encryption repokey + command: dc exec -it -u root borgmatic borgmatic init --encryption repokey args: chdir: '{{ application_root }}' -- GitLab