Added acpid

master
mandlm 2021-01-30 12:55:02 +01:00
parent d2b7c0fd5d
commit 120d2c53be
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 12 additions and 0 deletions

View File

@ -15,3 +15,4 @@
- neovim
- vimwiki
- tools
- acpid

View File

@ -0,0 +1,11 @@
---
- name: install packages
package:
name: acpid
state: latest
- name: activate daemon
systemd:
name: acpid
enabled: yes
state: started