mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
missing "started" on snapd.socket systemd module
This commit is contained in:
parent
7ad49929dd
commit
3feeed7c5b
@ -8,6 +8,7 @@
|
|||||||
- name: Ensure snapd is enabled.
|
- name: Ensure snapd is enabled.
|
||||||
systemd:
|
systemd:
|
||||||
name: snapd.socket
|
name: snapd.socket
|
||||||
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
- name: Enable classic snap support.
|
- name: Enable classic snap support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user