diff --git a/ansible/roles/cmus/tasks/main.yml b/ansible/roles/cmus/tasks/main.yml new file mode 100644 index 0000000..bd92a03 --- /dev/null +++ b/ansible/roles/cmus/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: Install Cmus (music player for the terminal) + become: true + pacman: + name: cmus + state: latest