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
|