There was an error while loading. Please reload this page.
ansible.posix
1 parent 8d37bb9 commit bc838d7Copy full SHA for bc838d7
1 file changed
src/molecule_plugins/podman/driver.py
@@ -243,7 +243,7 @@ def sanity_checks(self):
243
@property
244
def required_collections(self) -> dict[str, str]:
245
"""Return collections dict containing names and versions required."""
246
- return {"containers.podman": "1.7.0", "ansible.posix": "1.3.0"}
+ return {"containers.podman": "1.7.0"}
247
248
def reset(self):
249
# edge case: podman not installed, but the plugin exists and is properly initialized
0 commit comments