add default

This commit is contained in:
Chris Hammer 2024-07-26 15:42:23 -04:00
parent 22d4c220ab
commit 050939b52a

View File

@ -14,6 +14,6 @@
loop_control: loop_control:
label: "{{ item['key'] }}" label: "{{ item['key'] }}"
when: when:
- item['value']['bigboot_execute_bigboot'] | bool - item['value']['bigboot_execute_bigboot'] | default(false) | bool
- not bigboot_rear_backup_skip | default(false) | bool - not bigboot_rear_backup_skip | default(false) | bool