added new role for cmus

This commit is contained in:
aminnairi
2024-01-07 23:35:58 +01:00
parent 085d0699b4
commit dc4c75291e
+6
View File
@@ -0,0 +1,6 @@
---
- name: Install Cmus (music player for the terminal)
become: true
pacman:
name: cmus
state: latest