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 ##