17 lines
287 B
YAML
17 lines
287 B
YAML
---
|
|
|
|
- name: restart containerd
|
|
ansible.builtin.systemd:
|
|
name: containerd
|
|
state: restarted
|
|
|
|
- name: restart docker
|
|
ansible.builtin.systemd:
|
|
name: docker
|
|
state: restarted
|
|
|
|
- name: restart multipathd
|
|
ansible.builtin.systemd:
|
|
name: multipathd
|
|
state: restarted
|