We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3407427 commit 17cc5d1Copy full SHA for 17cc5d1
requirements.yml
@@ -4,7 +4,7 @@ collections:
4
- name: google.cloud
5
- name: amazon.aws
6
- name: community.docker
7
- version: ">=3.0.2"
+ version: ">=3.4.11"
8
- name: containers.podman
9
- name: azure.azcollection
10
version: ">=1,<2"
src/molecule_plugins/docker/driver.py
@@ -270,4 +270,4 @@ def reset(self):
270
def required_collections(self) -> dict[str, str]:
271
"""Return collections dict containing names and versions required."""
272
# https://galaxy.ansible.com/community/docker
273
- return {"community.docker": "3.0.2", "ansible.posix": "1.4.0"}
+ return {"community.docker": "3.4.11", "ansible.posix": "1.4.0"}
0 commit comments