task name updates

This commit is contained in:
Chris Hammer 2024-07-03 15:49:23 -04:00
parent 08168aafa1
commit 1cbe355b19

View File

@ -10,7 +10,7 @@
when:
- (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
block:
- name: Enable filesystem check prior to Bigboot execution
- name: Enable Grub filesystem check
ansible.builtin.import_role:
name: autofsck
tasks_from: main.yml
@ -19,10 +19,10 @@
ansible.builtin.meta: flush_handlers
# Make sure to update the reboot code for the WF environment
- name: Reboot to run filesystem check
- name: Reboot to run filesystem checks
ansible.builtin.reboot:
- name: Disable filesystem check prior to Bigboot execution
- name: Disable Grub filesystem check
ansible.builtin.import_role:
name: autofsck
tasks_from: cleanup.yml