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`.
This commit is contained in:
Scott Buchanan 2021-03-19 18:00:30 -04:00 committed by GitHub
parent e93e175a7e
commit c8ca60dbf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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