Allow skipping of service management

This commit is contained in:
jwhb
2022-04-07 11:01:19 +02:00
parent 9b819a6c51
commit 83e2c066c1
4 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ docker_package: "docker-{{ docker_edition }}"
docker_package_state: present
# Service options.
docker_service_manage: true
docker_service_state: started
docker_service_enabled: true
docker_restart_handler_state: restarted