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.
(cherry picked from commit e9cec0262d
)
pull/66383/head
parent
69070402f0
commit
3ff86a5cad
@ -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