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

pull/152/head
Sebastián Estrella 3 years ago
parent fdba1c4352
commit 02e1e4e148
  1. 1
      tasks/install-with-snap.yml

@ -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

Loading…
Cancel
Save