TLP, change the package manager variable to be correct (pkg not package).

This commit is contained in:
2026-08-02 11:46:39 -07:00
parent 13459f8f4b
commit 8e0cc7fa45
+1 -1
View File
@@ -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 ##