Files
ansible-pull/roles/workstation/tasks/software/audacious.yml
2021-02-25 09:37:42 +01:00

9 lines
251 B
YAML

- name: software | audacious | install package
tags: packages,flatpak,audacious,workstation-packages
become_user: jay
flatpak:
name: org.atheme.audacious
method: user
state: present
when: audacious is defined and audacious == true