change: timeout after reboot from 900 to 1800
This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
host: "{{ ansible_host }}"
|
||||
port: "{{ opnsense_https_port }}"
|
||||
state: started
|
||||
timeout: 300
|
||||
timeout: 1800
|
||||
delay: 30
|
||||
when: needs_reboot
|
||||
|
||||
@@ -313,7 +313,7 @@
|
||||
host: "{{ ansible_host }}"
|
||||
port: "{{ opnsense_https_port }}"
|
||||
state: started
|
||||
timeout: 900
|
||||
timeout: 1800
|
||||
delay: 30
|
||||
when: needs_reboot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user