Increase timeout - the expect module has a default timeout
of 30s
This commit is contained in:
parent
dd9b8b717c
commit
6ee490698d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
command: "borgmatic init -e {{ borg_repo_key }} {{ borgmatic_init_options | default([]) }}"
|
command: "borgmatic init -e {{ borg_repo_key }} {{ borgmatic_init_options | default([]) }}"
|
||||||
responses:
|
responses:
|
||||||
^.*want to continue connecting.*$: "yes"
|
^.*want to continue connecting.*$: "yes"
|
||||||
timeout: 120
|
timeout: 120
|
||||||
|
|
||||||
- name: "Borg | Create key export directory"
|
- name: "Borg | Create key export directory"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue