From d97f9d8134fb5a5366425d595b0c5c47ab499264 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Apr 2023 14:59:10 +0200 Subject: [PATCH] added acpid service startup --- playbook.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbook.yml b/playbook.yml index cc3f9fe..09d90a3 100644 --- a/playbook.yml +++ b/playbook.yml @@ -13,6 +13,12 @@ pacman: name: acpid state: present + - name: Start ACPID service + become: true + service: + enabled: true + name: acpid + state: started - name: Install Flameshot (screenshot utility) become: true pacman: