Merge pull request #152 from stackbuilders/fix_install_with_snap_debian

[#151] Skip "Enable classic snap support" on Debian
This commit is contained in:
Jeff Geerling
2021-10-25 10:20:54 -05:00
committed by GitHub
+1
View File
@@ -16,6 +16,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