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 9d5e0cf89d - Show all commits

View File

@ -49,7 +49,7 @@
rear_backup_skip: bigboot_rear_backup_skip | default(false)
- name: Execute ReaR backup
ansible.builtin.include_tasks: bigboot_rear_backup.yml
ansible.builtin.import_tasks: bigboot_rear_backup.yml
when:
- (bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool)
- not bigboot_rear_backup_skip | default(false) | bool