Sync with develop #4

Merged
chris merged 32 commits from develop into main 2024-08-02 10:12:58 -04:00
10 changed files with 93 additions and 69 deletions
Showing only changes of commit 0b11597038 - Show all commits

View File

@ -11,8 +11,7 @@
tasks:
- name: Perform service and filesystem checks prior to Bigboot execution
when:
- (bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] | default(false) | bool
or bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool)
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
block:
- name: Enable Grub filesystem check
ansible.builtin.import_role: