forked from jakub/ansible
Update mikrotikbackup_clean.yml
This commit is contained in:
@@ -86,8 +86,9 @@
|
|||||||
|
|
||||||
- name: Wait for router to come back online after reboot
|
- name: Wait for router to come back online after reboot
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
delay: 30
|
delay: 180
|
||||||
timeout: 180
|
timeout: 300
|
||||||
|
sleep: 10
|
||||||
when:
|
when:
|
||||||
- installed_version != latest_version
|
- installed_version != latest_version
|
||||||
- upgrade_result is not failed
|
- upgrade_result is not failed
|
||||||
|
|||||||
Reference in New Issue
Block a user