add: any_errors_fatal for phase 2 and 3
This commit is contained in:
@@ -123,6 +123,7 @@
|
|||||||
|
|
||||||
- name: "Phase 2 | Update backup node (TrueNAS, no snapshot)"
|
- name: "Phase 2 | Update backup node (TrueNAS, no snapshot)"
|
||||||
hosts: opnsense_backup
|
hosts: opnsense_backup
|
||||||
|
any_errors_fatal: true
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
@@ -235,6 +236,7 @@
|
|||||||
|
|
||||||
- name: "Phase 3 | Update master node (Proxmox, with snapshot)"
|
- name: "Phase 3 | Update master node (Proxmox, with snapshot)"
|
||||||
hosts: opnsense_master
|
hosts: opnsense_master
|
||||||
|
any_errors_fatal: true
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
proxmox_snap_name: "preupdate-{{ now().strftime('%Y%m%d') }}"
|
proxmox_snap_name: "preupdate-{{ now().strftime('%Y%m%d') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user