laptop/tasks/main.yml
2019-04-11 18:52:29 +02:00

15 lines
232 B
YAML

---
# tasks file for laptop
- name: Install TLP
pacman:
name:
- x86_energy_perf_policy
- ethtool
- tlp
state: present
become: yes
- name: Enable TLP
service: name=tlp.service enabled=yes
become: yes