Switch to Spotify through deb

I dunno what I broke but I broke it and I don't have these issues with the deb so whatever
This commit is contained in:
Salt 2020-09-16 13:59:31 -05:00
parent acc12fbaa0
commit c351c32c05

View File

@ -19,10 +19,14 @@
url: "{{ item }}"
loop:
- "https://packages.riot.im/debian/riot-im-archive-keyring.gpg" # Element
- "https://download.spotify.com/debian/pubkey.gpg" # Spotify 1
- "https://download.spotify.com/debian/pubkey_0D811D58.gpg" # Spotify 2
- name: Add repos
apt_repository:
repo: "{{ item }}"
loop:
# Spotify
- "deb http://repository.spotify.com stable non-free"
# Monodevelop
- "deb https://download.mono-project.com/repo/ubuntu vs-bionic main"
# Element
@ -151,6 +155,8 @@
- retroarch
- rofi
- scrot
- slack-desktop
- spotify-client
- steam-installer
- syncthing-gtk
- telegram-desktop
@ -208,13 +214,13 @@
- discord
- sengi
- scrcpy # Remote Android viewing
- spotify # Forgive me father
- name: Remove Snap applications
snap:
name:
- pixelorama
- riot-web
- slack
- spotify
state: absent
- name: Remove desktop applications through APT
apt: