This commit is contained in:
Chris Hammer 2024-07-20 00:13:46 -04:00
parent 37f7723d8c
commit 9d5e0cf89d

View File

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