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)
|
- name: Workstation | Linux | Software | TLP | Facts (Artix)
|
||||||
set_fact:
|
set_fact:
|
||||||
ppd_package: "power-profiles-daemon power-profiles-daemon-runit"
|
ppd_package: "power-profiles-daemon power-profiles-daemon-runit"
|
||||||
when: ansible_package_mgr == "pacman"
|
when: ansible_pkg_mgr == "pacman"
|
||||||
and ansible_service_mgr == "runit"
|
and ansible_service_mgr == "runit"
|
||||||
|
|
||||||
## Conflicts ##
|
## Conflicts ##
|
||||||
|
|||||||
Reference in New Issue
Block a user