File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/molecule_plugins/containers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def __init__(self, config=None) -> None:
4646 def required_collections (self ) -> dict [str , str ]:
4747 """Return collections dict containing names and versions required."""
4848 return {
49- "ansible.posix" : "1.4.0" , # keep in synch with src/molecule_plugins/docker/driver.py and requirements.yml
50- "community.docker" : "3.10.2" , # keep in synch with src/molecule_plugins/docker/driver.py and requirements.yml
49+ "ansible.posix" : "1.4.0" , # keep in synch with src/molecule_plugins/docker/driver.py and requirements.yml
50+ "community.docker" : "3.10.2" , # keep in synch with src/molecule_plugins/docker/driver.py and requirements.yml
5151 "containers.podman" : "1.8.1" ,
5252 }
You can’t perform that action at this time.
0 commit comments