restore fsck to verify if working or not

This commit is contained in:
Chris Hammer 2024-07-02 23:26:57 -04:00
parent 9a2e80150f
commit db7f706fcd

View File

@ -6,15 +6,15 @@
strategy: free strategy: free
tasks: tasks:
# - name: Enable filesystem check prior to performing disk activities - name: Enable filesystem check prior to performing disk activities
# ansible.builtin.import_role: ansible.builtin.import_role:
# name: autofsck name: autofsck
# tasks_from: main.yml 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)
# - name: Flush handlers - name: Flush handlers
# ansible.builtin.meta: flush_handlers ansible.builtin.meta: flush_handlers
- name: Extend the timeout values for physical hosts - name: Extend the timeout values for physical hosts
ansible.builtin.set_fact: ansible.builtin.set_fact:
@ -39,11 +39,11 @@
when: when:
- bigboot_execute_bigboot | bool - bigboot_execute_bigboot | bool
# - name: Remove filesystem check from Grub - name: Remove filesystem check from Grub
# ansible.builtin.import_role: ansible.builtin.import_role:
# name: autofsck name: autofsck
# tasks_from: cleanup.yml tasks_from: cleanup.yml
# when: when:
# - (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool) - (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
... ...