final final touches; add conditional to service re-enable

This commit is contained in:
Chris Hammer 2024-07-10 22:12:44 -04:00
parent 4bc64db2db
commit b76ba8933e

View File

@ -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