mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 21:52:21 +01:00
6 lines
117 B
YAML
6 lines
117 B
YAML
- name: restart containerd
|
|
systemd:
|
|
name: containerd
|
|
state: restarted
|
|
enabled: yes
|