Enable command line options for repo creation

This commit is contained in:
phil 2023-05-08 10:23:39 +02:00
parent 9952fcf3c6
commit b8433bb4e0

View file

@ -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"