generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite the docker_container_info module (#402)
* Rewrite the docker_container_info module. * Improve error messages. * Remove wrong requirement.
- Loading branch information
1 parent
1101997
commit 37ff980
Showing
3 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
major_changes: | ||
- "docker_container_info - 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/402)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters