Enable command line options for repo creation
This commit is contained in:
parent
9952fcf3c6
commit
b8433bb4e0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue