workstation/arch/roles/fun/tasks/main.yml

7 lines
99 B
YAML
Raw Normal View History

2020-10-10 15:20:37 +00:00
- name: Install clementine
become: yes
pacman:
name:
- clementine
state: present