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