Rewrite the docker_login module (#407)

* Rewrite the docker_login module.

* Improve error messages.
This commit is contained in:
Felix Fontein
2022-07-06 21:47:27 +02:00
committed by GitHub
parent f82c8401c2
commit a406b08981
3 changed files with 50 additions and 80 deletions
+4
View File
@@ -0,0 +1,4 @@
major_changes:
- "docker_login - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/407)."