ansible/changelogs/fragments/58791-docker-errors.yml
Felix Fontein 8d6f1846a6
docker_* modules: improve tag validation and requests error handling (#58791)
* Add method to validate docker tags.

* Validate tag option of docker_image.

* Fix regex. Always return boolean, not None vs. Matcher object.

* Also catch requests errors.

* Linting.

* Add changelog.
2019-07-13 22:36:18 +02:00

3 lines
No EOL
146 B
YAML

bugfixes:
- "docker_image - validate ``tag`` option value."
- "docker_* modules - behave better when requests errors are not caught by docker-py."