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"