Fix responses

This commit is contained in:
phil 2023-04-08 21:53:16 +02:00
parent 20fc1825e0
commit 4d7f7be683

View file

@ -31,4 +31,5 @@
- name: Init repo
ansible.builtin.expect:
command: "borgmatic init -e {{ borg_repo_key}}"
responses: ^.*want to continue connecting.*$: "yes"
responses:
^.*want to continue connecting.*$: "yes"