commit 9b0c26129fe22924ded6c10921378f1bf08e1778 Author: Markus Katharina Brechtel Date: Sun Jun 21 14:56:20 2020 +0200 spotify role diff --git a/tasks/main.yaml b/tasks/main.yaml new file mode 100644 index 0000000..aa06ccf --- /dev/null +++ b/tasks/main.yaml @@ -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