mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added acpid installation
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: rsync
|
name: rsync
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install ACPID (Power manager)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: acpid
|
||||||
|
state: present
|
||||||
- name: Install Flameshot (screenshot utility)
|
- name: Install Flameshot (screenshot utility)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user