From 22d10c2934881a64b03f58d6f5f52c694b5a3c23 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 12 Jul 2024 09:55:31 -0400 Subject: [PATCH] task re-order and re-name --- bigboot_execute_resize.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 2055593..eb36994 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -9,10 +9,13 @@ - bigboot_vars.yml tasks: - - name: Perform filesystem check prior to Bigboot execution + - name: Perform service and filesystem checks prior to Bigboot execution when: - (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool) 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 ansible.builtin.import_role: name: autofsck @@ -33,9 +36,6 @@ - name: 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 ansible.builtin.set_fact: