Increase timeout - the expect module has a default timeout

of 30s
This commit is contained in:
phil 2023-12-02 22:02:32 +01:00
parent dd9b8b717c
commit 6ee490698d

View file

@ -23,7 +23,7 @@
command: "borgmatic init -e {{ borg_repo_key }} {{ borgmatic_init_options | default([]) }}"
responses:
^.*want to continue connecting.*$: "yes"
timeout: 120
timeout: 120
- name: "Borg | Create key export directory"
ansible.builtin.file: