TLP, change the package manager variable to be correct (pkg not package).
This commit is contained in:
@@ -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 ##
|
||||
|
||||
Reference in New Issue
Block a user