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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue