fix: assertion on skip_update undefined

This commit is contained in:
2026-06-23 21:39:34 +00:00
parent f78c8a6cd7
commit f0ded8ac17

View File

@@ -74,7 +74,7 @@
- name: "Assert" - name: "Assert"
ansible.builtin.assert: ansible.builtin.assert:
that: that:
- firmware_status == 'update' or skip_update - firmware_status == 'update' or skip_update | default(false)
- not in_maintenance - not in_maintenance
- mismatched_vips == 0 - mismatched_vips == 0
- total_vips > 0 - total_vips > 0