This commit is contained in:
Chris Hammer 2024-07-20 00:10:59 -04:00
parent d958c3501f
commit 37f7723d8c

View File

@ -51,8 +51,7 @@
- name: Execute ReaR backup
ansible.builtin.include_tasks: bigboot_rear_backup.yml
when:
- (bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | bool
or bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool)
- (bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool)
- not bigboot_rear_backup_skip | default(false) | bool