Merge pull request #152 from stackbuilders/fix_install_with_snap_debian

[#151] Skip "Enable classic snap support" on Debian
pull/166/head 4.2.0
Jeff Geerling 3 years ago committed by GitHub
commit 027af9b3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tasks/install-with-snap.yml

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

Loading…
Cancel
Save