Configure powerdevil & power-profiles-daemon for p14
This commit is contained in:
parent
dc30796f75
commit
c75ab7f663
3 changed files with 13 additions and 0 deletions
7
tasks/p14.yml
Normal file
7
tasks/p14.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Enable power-profiles-daemon
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: power-profiles-daemon
|
||||
state: started
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue