added playerctl to control media player over the device

This commit is contained in:
aminnairi
2023-05-25 22:48:05 +02:00
parent 46c66aeec8
commit e345f442b3
+5
View File
@@ -3,6 +3,11 @@
hosts: localhost
connection: local
tasks:
- name: Install Playerctl (utility for controlling media playing on the device)
become: true
pacman:
name: playerctl
state: present
- name: Install Evince (PDF viewer & editor)
become: true
pacman: