Ensure snapd is started immediately

Just using `enabled: true` means it will start at boot, but it won't start immediately with just that. You need `state: started` to be the equivalent of `--now`.
pull/146/head
Scott Buchanan 4 years ago committed by GitHub
parent e93e175a7e
commit c8ca60dbf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tasks/install-with-snap.yml

@ -9,6 +9,7 @@
systemd:
name: snapd.socket
enabled: true
state: started
- name: Enable classic snap support.
file:

Loading…
Cancel
Save