Install nbfc
This commit is contained in:
parent
01257445f1
commit
f96f7dc350
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
with_items:
|
||||
- 'acpi'
|
||||
- ethtool
|
||||
- nbfc
|
||||
- 'powertop'
|
||||
- 'psensor'
|
||||
- smartmontools
|
||||
|
@ -23,6 +24,11 @@
|
|||
- tlp
|
||||
- tlp-sleep
|
||||
|
||||
- name: Enable NBFC
|
||||
service:
|
||||
name: nbfc
|
||||
enabled: true
|
||||
|
||||
- copy:
|
||||
src: ./files/tlp.conf
|
||||
dest: /etc/default/tlp
|
||||
|
|
Loading…
Reference in a new issue