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 da08d182c4 - Show all commits

View File

@ -48,11 +48,10 @@
}) }}"
rear_backup_skip: bigboot_rear_backup_skip | default(false)
- name: Execute ReaR backup
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
- name: Perform a ReaR backup if any disk modifications are to be made
ansible.builtin.import_playbook: rhc.rear.rear_backup
when:
- (bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool)
- not bigboot_rear_backup_skip | default(false) | bool
...