final final touches; add conditional to service re-enable
This commit is contained in:
parent
4bc64db2db
commit
b76ba8933e
@ -66,3 +66,6 @@
|
|||||||
state: started
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
loop: "{{ bigboot_systemd_disabled_services }}"
|
loop: "{{ bigboot_systemd_disabled_services }}"
|
||||||
|
when:
|
||||||
|
- bigboot_systemd_disabled_services is defined
|
||||||
|
- bigboot_systemd_disabled_services | length > 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user