[#151] Skip "Enable classic snap support" on Debian

This commit is contained in:
Sebastián Estrella 2021-04-28 22:05:31 -05:00
parent fdba1c4352
commit 02e1e4e148

View File

@ -15,6 +15,7 @@
src: /var/lib/snapd/snap
dest: /snap
state: link
when: ansible_os_family != "Debian"
- name: Update snap after install.
shell: snap install core; snap refresh core