mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
6 lines
100 B
YAML
6 lines
100 B
YAML
---
|
|
|
|
- name: restart docker
|
|
service: name=docker state=restarted
|
|
when: not docker_start.changed
|