From b76ba8933e5146a6c455dadeaeb61f335fd9e404 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 10 Jul 2024 22:12:44 -0400 Subject: [PATCH] final final touches; add conditional to service re-enable --- bigboot_execute_resize.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index efe5808..2055593 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -66,3 +66,6 @@ state: started enabled: true loop: "{{ bigboot_systemd_disabled_services }}" + when: + - bigboot_systemd_disabled_services is defined + - bigboot_systemd_disabled_services | length > 0