Fix not being able to install Slack

Yay
This commit is contained in:
Salt 2020-04-22 23:01:59 -05:00
parent a977534c4e
commit b902d6e620

View File

@ -157,7 +157,12 @@
- discord - discord
- riot-web - riot-web
- scrcpy # Remote Android viewing - scrcpy # Remote Android viewing
- slack - name: Install Snap applications classically
snap:
classic: yes
name: "{{ item }}"
loop:
- slack
- name: Stop services - name: Stop services
systemd: systemd:
name: "{{ item }}" name: "{{ item }}"