feat(base): Activate acpid service
This commit is contained in:
parent
c321289ca0
commit
d8450a8ac9
1 changed files with 7 additions and 0 deletions
|
@ -109,6 +109,13 @@
|
|||
state: present
|
||||
notify: installed-chrony
|
||||
|
||||
- name: Activate acpid service
|
||||
ansible.builtin.file:
|
||||
force: "yes"
|
||||
src: "/etc/sv/acpid"
|
||||
dest: "/etc/runit/runsvdir/default/acpid"
|
||||
state: link
|
||||
|
||||
handlers:
|
||||
- name: Regenerate locales
|
||||
ansible.builtin.command:
|
||||
|
|
Loading…
Reference in a new issue