|
|
@@ -0,0 +1,18 @@ |
|
|
|
--- |
|
|
|
|
|
|
|
- name: spotify apt key |
|
|
|
apt_key: |
|
|
|
id: 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45 |
|
|
|
url: https://download.spotify.com/debian/pubkey.gpg |
|
|
|
keyring: /etc/apt/trusted.gpg.d/spotify.gpg |
|
|
|
state: present |
|
|
|
|
|
|
|
- name: spotify apt repository |
|
|
|
apt_repository: |
|
|
|
repo: deb http://repository.spotify.com stable non-free |
|
|
|
state: present |
|
|
|
filename: spotify |
|
|
|
|
|
|
|
- name: spotify client |
|
|
|
apt: |
|
|
|
pkg: spotify-client |