task re-order and re-name

This commit is contained in:
Chris Hammer 2024-07-12 09:55:31 -04:00
parent 39f557220e
commit 22d10c2934

View File

@ -9,10 +9,13 @@
- bigboot_vars.yml - bigboot_vars.yml
tasks: tasks:
- name: Perform filesystem check prior to Bigboot execution - name: Perform service and filesystem checks prior to Bigboot execution
when: when:
- (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool) - (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
block: block:
- name: Check for and disable services exceeding the timeout threshold
ansible.builtin.import_tasks: tasks/check_systemd_services.yml
- name: Enable Grub filesystem check - name: Enable Grub filesystem check
ansible.builtin.import_role: ansible.builtin.import_role:
name: autofsck name: autofsck
@ -33,9 +36,6 @@
- name: Flush handlers - name: Flush handlers
ansible.builtin.meta: flush_handlers ansible.builtin.meta: flush_handlers
- name: Check for and disable services exceeding the timeout threshold
ansible.builtin.import_tasks: tasks/check_systemd_services.yml
- name: Extend the timeout values for physical hosts - name: Extend the timeout values for physical hosts
ansible.builtin.set_fact: ansible.builtin.set_fact: