change: timeout after reboot from 300 to 900

This commit is contained in:
2026-06-28 10:45:40 +00:00
parent 8ab282eb95
commit 74fa6432db

View File

@@ -313,7 +313,7 @@
host: "{{ ansible_host }}"
port: "{{ opnsense_https_port }}"
state: started
timeout: 300
timeout: 900
delay: 30
when: needs_reboot
@@ -371,7 +371,6 @@
body: |
Current version: {{ firmware_current_version }}
{{ firmware_action | capitalize }} to {{ firmware_update_version }} failed on {{ inventory_hostname }} ({{ main_role }}).
# {% if }
A snapshot have been taken before the {{ firmware_action }} and the VM has been rollback.
headers:
Title: "OPNsense {{ firmware_action }} failed on {{ inventory_hostname }}"