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

9 lines
241 B
YAML

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