6 lines
90 B
YAML
6 lines
90 B
YAML
---
|
|
- name: Restart snapd
|
|
ansible.builtin.systemd:
|
|
name: snapd
|
|
state: restarted
|