ansible/changelogs/fragments/65632-docker-argspec-fixup.yml
Felix Fontein e9cec0262d
docker_* modules: fix various errors in argument specs (#65632)
* Fix various errors in docker module argument specs.

* Adjust PR #.

* Fix option name.

* Fix username/password requirements for docker_login.
2019-12-09 13:39:02 +01:00

3 lines
182 B
YAML

bugfixes:
- "docker_image - fix validation of build options."
- "docker_login - fix error handling when ``username`` or ``password`` is not specified when ``state`` is ``present``."