From b8433bb4e0789bb04f128faa2460ee939af68bb9 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 8 May 2023 10:23:39 +0200 Subject: [PATCH] Enable command line options for repo creation --- tasks/borg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/borg.yml b/tasks/borg.yml index 060cb12..c3901ac 100644 --- a/tasks/borg.yml +++ b/tasks/borg.yml @@ -20,7 +20,7 @@ - name: "Borg | Init borg repository" ansible.builtin.expect: - command: "borgmatic init -e {{ borg_repo_key }}" + command: "borgmatic init -e {{ borg_repo_key }} {{ borgmatic_init_options | default([]) }}" responses: ^.*want to continue connecting.*$: "yes"