Skip to content

Commit fb25f8d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 48fd9bc commit fb25f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/molecule_plugins/containers/driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)