fix: assertion on skip_update undefined
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user