Initial
This commit is contained in:
8
roles/workstation/tasks/software/spotify.yml
Normal file
8
roles/workstation/tasks/software/spotify.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: software | spotify | install package
|
||||
tags: packages,flatpak,spotify,workstation-packages
|
||||
become_user: bzoicas
|
||||
flatpak:
|
||||
name: com.spotify.Client
|
||||
method: user
|
||||
state: present
|
||||
when: spotify is defined and spotify == true
|
||||
Reference in New Issue
Block a user