laptop/tasks/main.yml

15 lines
232 B
YAML
Raw Normal View History

2019-04-11 16:52:29 +00:00
---
# 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