Add fsck cleanup to cleanup.yml; comment out pre-checks for now
This commit is contained in:
@ -29,6 +29,14 @@
|
||||
path: "/boot/initramfs-{{ initramfs_kernel_version }}.img.{{ initramfs_backup_extension }}"
|
||||
state: absent
|
||||
|
||||
- name: Disable Grub filesystem check
|
||||
ansible.builtin.import_role:
|
||||
name: autofsck
|
||||
tasks_from: cleanup.yml
|
||||
|
||||
- name: Flush handlers to remove Grub parameters for fsck
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
- name: Check for Bigboot state log and restore services to pre-Bigboot state
|
||||
ansible.builtin.import_tasks: tasks/restore_services.yml
|
||||
|
||||
|
Reference in New Issue
Block a user