Update mikrotikbackup_clean.yml

This commit is contained in:
2026-03-18 16:03:10 +00:00
parent 8e5c1377eb
commit 75f2f20531

View File

@@ -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