Remove powertop setup
This commit is contained in:
parent
fed90f0d39
commit
10b00a1324
2 changed files with 3 additions and 19 deletions
|
|
@ -1,12 +1,8 @@
|
|||
- name: Provision powertop systemd service
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
src: templates/personal/xps/powertop.service.j2
|
||||
dest: /etc/systemd/system/powertop.service
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: restart powertop
|
||||
ansible.builtin.file:
|
||||
path: /etc/systemd/system/powertop.service
|
||||
state: absent
|
||||
|
||||
- name: Provision python pa-dlna
|
||||
block:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue