From 8e0cc7fa45d42187ffa7f7f2656a11516662998b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 2 Aug 2026 11:46:39 -0700 Subject: [PATCH] TLP, change the package manager variable to be correct (pkg not package). --- tasks/workstation/linux/software/tlp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/workstation/linux/software/tlp.yml b/tasks/workstation/linux/software/tlp.yml index 7abf252..ad0801f 100644 --- a/tasks/workstation/linux/software/tlp.yml +++ b/tasks/workstation/linux/software/tlp.yml @@ -20,7 +20,7 @@ - name: Workstation | Linux | Software | TLP | Facts (Artix) set_fact: ppd_package: "power-profiles-daemon power-profiles-daemon-runit" - when: ansible_package_mgr == "pacman" + when: ansible_pkg_mgr == "pacman" and ansible_service_mgr == "runit" ## Conflicts ##