Install nbfc

This commit is contained in:
Jake Howard 2019-03-14 22:09:46 +00:00
parent 01257445f1
commit f96f7dc350
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -8,6 +8,7 @@
with_items: with_items:
- 'acpi' - 'acpi'
- ethtool - ethtool
- nbfc
- 'powertop' - 'powertop'
- 'psensor' - 'psensor'
- smartmontools - smartmontools
@ -23,6 +24,11 @@
- tlp - tlp
- tlp-sleep - tlp-sleep
- name: Enable NBFC
service:
name: nbfc
enabled: true
- copy: - copy:
src: ./files/tlp.conf src: ./files/tlp.conf
dest: /etc/default/tlp dest: /etc/default/tlp