mirror of https://github.com/ansible/ansible.git
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.pull/65642/head
parent
9f87978eb3
commit
e9cec0262d
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- "docker_image - fix validation of build options."
|
||||
- "docker_login - fix error handling when ``username`` or ``password`` is not specified when ``state`` is ``present``."
|
Loading…
Reference in New Issue