missing "started" on snapd.socket systemd module

This commit is contained in:
Davi Petris 2021-06-09 12:56:42 -03:00
parent 7ad49929dd
commit 3feeed7c5b

View File

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