Develop Sync #3

Merged
chris merged 27 commits from develop into main 2024-07-22 15:50:22 -04:00
6 changed files with 85 additions and 96 deletions
Showing only changes of commit 788553a9b6 - Show all commits

View File

@ -51,7 +51,7 @@
- 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)
- bigboot_execute_bigboot | bool or bigboot_execute_bigboot | bool
- not bigboot_rear_backup_skip | default(false) | bool
...