install powertop and powerstat

We use TLP, so allowing powertop to auto tune or blindly implementing
its suggestions is a bad idea, but it is useful to diagnose power
consumption.
This commit is contained in:
Pig Monkey 2019-01-23 20:42:08 -08:00
parent dc22828da3
commit f75f1836b0

View file

@ -28,5 +28,11 @@
- name: Install light
pacman: name=light state=present
- name: Install powertop
pacman: name=powertop state=present
- name: Install powerstat
aur: name=powerstat-git user={{ user.name }}
tags:
- light
- aur