Slight tweak, but it still won't work.

pull/146/head
Jeff Geerling 4 years ago
parent ea88bfa03c
commit 4f22d025cd
  1. 2
      tasks/install-with-snap.yml

@ -17,7 +17,7 @@
state: link
- name: Update snap after install.
shell: sudo snap install core; sudo snap refresh core
shell: snap install core; snap refresh core
changed_when: true
failed_when: false
when: snapd_install is changed

Loading…
Cancel
Save