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