Remove thermal control monitoring provisioning

This commit is contained in:
Sonny Bakker 2025-03-02 20:11:23 +01:00
parent 3f4bfe2061
commit 460d9365f1

View file

@ -1,10 +1,6 @@
- name: set fan and thermal monitoring control
- name: Provision powertop systemd service
become: true
command: smbios-thermal-ctl --set-thermal-mode quiet
- name: provision powertop systemd service
become: true
template:
ansible.builtin.template:
src: 'templates/laptop/powertop.service.j2'
dest: '/etc/systemd/system/powertop.service'
owner: root