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

@@ -5,6 +5,11 @@ docker_package: "docker-{{ docker_edition }}"
docker_package_state: present
docker_restart_on_package_change: True
# Service options.
docker_service_state: started
docker_service_enabled: yes
docker_restart_handler_state: restarted
# Docker Compose options.
docker_install_compose: True
docker_compose_version: "1.21.2"