From 75f2f20531ec994aeb28dd629073e1cf4fd7b325 Mon Sep 17 00:00:00 2001 From: jakub Date: Wed, 18 Mar 2026 16:03:10 +0000 Subject: [PATCH] Update mikrotikbackup_clean.yml --- mikrotikbackup_clean.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mikrotikbackup_clean.yml b/mikrotikbackup_clean.yml index 45dfb14..92ce03c 100644 --- a/mikrotikbackup_clean.yml +++ b/mikrotikbackup_clean.yml @@ -86,8 +86,9 @@ - name: Wait for router to come back online after reboot ansible.builtin.wait_for_connection: - delay: 30 - timeout: 180 + delay: 180 + timeout: 300 + sleep: 10 when: - installed_version != latest_version - upgrade_result is not failed