diff --git a/ansible/opnsense/update_opnsense_ha_cluster.yml b/ansible/opnsense/update_opnsense_ha_cluster.yml index 68b9957..f6cf1b4 100644 --- a/ansible/opnsense/update_opnsense_ha_cluster.yml +++ b/ansible/opnsense/update_opnsense_ha_cluster.yml @@ -74,7 +74,7 @@ - name: "Assert" ansible.builtin.assert: that: - - firmware_status == 'update' or skip_update + - firmware_status == 'update' or skip_update | default(false) - not in_maintenance - mismatched_vips == 0 - total_vips > 0