Fixes #42: Allow control over docker_service state.

This commit is contained in:
Jeff Geerling
2018-05-18 16:58:50 -05:00
parent 2b31b694c0
commit abd8e3625e
4 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
---
- name: restart docker
service: name=docker state=restarted
service: "name=docker state={{ docker_restart_handler_state }}"