Remove thermal control monitoring provisioning
This commit is contained in:
parent
3f4bfe2061
commit
460d9365f1
1 changed files with 2 additions and 6 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
- name: set fan and thermal monitoring control
|
- name: Provision powertop systemd service
|
||||||
become: true
|
become: true
|
||||||
command: smbios-thermal-ctl --set-thermal-mode quiet
|
ansible.builtin.template:
|
||||||
|
|
||||||
- name: provision powertop systemd service
|
|
||||||
become: true
|
|
||||||
template:
|
|
||||||
src: 'templates/laptop/powertop.service.j2'
|
src: 'templates/laptop/powertop.service.j2'
|
||||||
dest: '/etc/systemd/system/powertop.service'
|
dest: '/etc/systemd/system/powertop.service'
|
||||||
owner: root
|
owner: root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue