Fix responses
This commit is contained in:
parent
20fc1825e0
commit
4d7f7be683
1 changed files with 2 additions and 1 deletions
|
@ -31,4 +31,5 @@
|
||||||
- name: Init repo
|
- name: Init repo
|
||||||
ansible.builtin.expect:
|
ansible.builtin.expect:
|
||||||
command: "borgmatic init -e {{ borg_repo_key}}"
|
command: "borgmatic init -e {{ borg_repo_key}}"
|
||||||
responses: ^.*want to continue connecting.*$: "yes"
|
responses:
|
||||||
|
^.*want to continue connecting.*$: "yes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue