From 7e731846afb3dcbed8384f5ddeab69345f8a693d Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Apr 2023 14:59:03 +0200 Subject: [PATCH] added acpid installation --- playbook.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbook.yml b/playbook.yml index 8c4dea7..cc3f9fe 100644 --- a/playbook.yml +++ b/playbook.yml @@ -8,6 +8,11 @@ pacman: name: rsync state: present + - name: Install ACPID (Power manager) + become: true + pacman: + name: acpid + state: present - name: Install Flameshot (screenshot utility) become: true pacman: