add: any_errors_fatal for phase 2 and 3

This commit is contained in:
2026-06-23 19:27:26 +00:00
parent 5d39cf3172
commit 869faf720a

View File

@@ -123,6 +123,7 @@
- name: "Phase 2 | Update backup node (TrueNAS, no snapshot)"
hosts: opnsense_backup
any_errors_fatal: true
gather_facts: false
tasks:
@@ -235,6 +236,7 @@
- name: "Phase 3 | Update master node (Proxmox, with snapshot)"
hosts: opnsense_master
any_errors_fatal: true
gather_facts: false
vars:
proxmox_snap_name: "preupdate-{{ now().strftime('%Y%m%d') }}"