This commit is contained in:
2024-07-19 21:46:18 -04:00
parent 58ffce84ed
commit eb2e9eb4ae
4 changed files with 16 additions and 6 deletions

View File

@ -2,5 +2,6 @@
- name: Perform a ReaR backup if any disk modifications are to be made
ansible.builtin.import_playbook: rhc.rear.rear_backup
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default('false') | bool
- not bigboot_data[inventory_hostname]['bigboot_skip_rear_backup'] | default('true') | bool
- (bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | bool
or bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool)
- not bigboot_skip_rear | default('true') | bool