Install Slack via apt instead of snap

Not only does this afford me more control but it gets me easier logging
This commit is contained in:
Salt 2020-09-16 12:29:07 -05:00
parent f2013a8ef0
commit 054405e8e1

View File

@ -191,6 +191,7 @@
apt:
deb: "{{ item }}"
loop:
- "https://downloads.slack-edge.com/linux_releases/slack-desktop-4.8.0-amd64.deb"
- "https://github.com/MultiMC/MultiMC5/releases/download/0.6.8/multimc_1.4-1.deb"
- "https://zoom.us/client/latest/zoom_amd64.deb"
- name: Install desktop applications through pip3
@ -208,17 +209,12 @@
- sengi
- scrcpy # Remote Android viewing
- spotify # Forgive me father
- name: Install Snap applications classically
snap:
classic: yes
name: "{{ item }}"
loop:
- slack
- name: Remove Snap applications
snap:
name:
- pixelorama
- riot-web
- slack
state: absent
- name: Remove desktop applications through APT
apt: