move fsck code to a block

This commit is contained in:
Chris Hammer 2024-07-03 10:53:37 -04:00
parent 942afbf205
commit 08168aafa1

View File

@ -6,26 +6,27 @@
strategy: free strategy: free
tasks: tasks:
- name: Enable filesystem check prior to Bigboot execution - name: Perform filesystem check prior to Bigboot execution
ansible.builtin.import_role:
name: autofsck
tasks_from: main.yml
when: when:
- (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool) - (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
block:
- name: Enable filesystem check prior to Bigboot execution
ansible.builtin.import_role:
name: autofsck
tasks_from: main.yml
- name: Flush handlers - name: Flush handlers
ansible.builtin.meta: flush_handlers ansible.builtin.meta: flush_handlers
# Make sure to update the reboot code for the WF environment # Make sure to update the reboot code for the WF environment
- name: Reboot to run filesystem check - name: Reboot to run filesystem check
ansible.builtin.reboot: ansible.builtin.reboot:
- name: Disable filesystem check prior to Bigboot execution
ansible.builtin.import_role:
name: autofsck
tasks_from: cleanup.yml
- name: Disable filesystem check prior to Bigboot execution
ansible.builtin.import_role:
name: autofsck
tasks_from: cleanup.yml
when:
- (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
- name: Extend the timeout values for physical hosts - name: Extend the timeout values for physical hosts
ansible.builtin.set_fact: ansible.builtin.set_fact: