Feat: replace service to systemd and add laptop for Combava
This commit is contained in:
13
tasks/laptop.yml
Normal file
13
tasks/laptop.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Install laptop powermanagement (Archlinux)
|
||||
pacman:
|
||||
name:
|
||||
- tlp
|
||||
state: present
|
||||
when: ansible_distribution != 'Debian'
|
||||
|
||||
- name: enable tlp
|
||||
systemd:
|
||||
name: tlp
|
||||
enabled: yes
|
||||
state: started
|
Reference in New Issue
Block a user