This commit is contained in:
Chris Hammer 2024-07-20 00:20:50 -04:00
parent da08d182c4
commit 788553a9b6

View File

@ -51,7 +51,7 @@
- name: Perform a ReaR backup if any disk modifications are to be made - name: Perform a ReaR backup if any disk modifications are to be made
ansible.builtin.import_playbook: rhc.rear.rear_backup 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
... ...