6 lines
87 B
YAML
6 lines
87 B
YAML
- name: restart docker
|
|
systemd:
|
|
name: docker
|
|
state: restarted
|
|
become: true
|