This commit is contained in:
Chris Hammer 2024-07-20 00:19:42 -04:00
parent 9d5e0cf89d
commit da08d182c4

View File

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