mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
7 lines
115 B
YAML
7 lines
115 B
YAML
---
|
|
- name: Install Cmus (music player for the terminal)
|
|
become: true
|
|
pacman:
|
|
name: cmus
|
|
state: latest
|