From 85c2a4d4b1177789832ae58a06a0ee17b16bf115 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 30 Jul 2026 13:39:03 -0700 Subject: [PATCH] Do not enable tlp with runit (yet). --- tasks/workstation/linux/software/tlp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/workstation/linux/software/tlp.yml b/tasks/workstation/linux/software/tlp.yml index 68d3ee9..ab21e75 100644 --- a/tasks/workstation/linux/software/tlp.yml +++ b/tasks/workstation/linux/software/tlp.yml @@ -84,3 +84,4 @@ name: "{{ tlp_service }}" state: started enabled: true + when: ansible_service_mgr != "runit" # TBD: Figure out how to do this.