ansible/changelogs/fragments/66599-docker-healthcheck.yml
Felix Fontein 5c1a3a3ac2
docker_container and docker_swarm_service: allow to actually disable healthcheck of image (#66599)
* Allow to actually disable healthcheck of image.

* Add changelog.
2020-02-03 13:13:17 -05:00

3 lines
234 B
YAML

bugfixes:
- "docker_container - passing ``test: [NONE]`` now actually disables the image's healthcheck, as documented."
- "docker_swarm_service - passing ``test: [NONE]`` now actually disables the image's healthcheck, as documented."