Develop Sync #3

Merged
chris merged 27 commits from develop into main 2024-07-22 15:50:22 -04:00
Showing only changes of commit 37f7723d8c - Show all commits

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