mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-10-09 05:57:15 +03:00
Fixes #42: Allow control over docker_service state.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: restart docker
|
||||
service: name=docker state=restarted
|
||||
service: "name=docker state={{ docker_restart_handler_state }}"
|
||||
|
Reference in New Issue
Block a user