Do not enable tlp with runit (yet).

This commit is contained in:
2026-07-30 13:39:03 -07:00
parent 063928ebb8
commit 85c2a4d4b1
+1
View File
@@ -84,3 +84,4 @@
name: "{{ tlp_service }}" name: "{{ tlp_service }}"
state: started state: started
enabled: true enabled: true
when: ansible_service_mgr != "runit" # TBD: Figure out how to do this.