From 6ee490698dea5326fbdd9f3377b8a4ceb2640c25 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 2 Dec 2023 22:02:32 +0100 Subject: [PATCH] Increase timeout - the expect module has a default timeout of 30s --- tasks/borg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/borg.yml b/tasks/borg.yml index e239a42..5408414 100644 --- a/tasks/borg.yml +++ b/tasks/borg.yml @@ -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: