Skip to content

Commit

Permalink
Slight tweak, but it still won't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 19, 2021
1 parent ea88bfa commit 4f22d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install-with-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f22d02

Please sign in to comment.