Skip to content

Commit 89945a8

Browse files
committed
bug: ansible.posix is not a required collection for the podman driver
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent 2942d68 commit 89945a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/molecule_plugins/podman/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def sanity_checks(self):
241241
@property
242242
def required_collections(self) -> dict[str, str]:
243243
"""Return collections dict containing names and versions required."""
244-
return {"containers.podman": "1.7.0", "ansible.posix": "1.3.0"}
244+
return {"containers.podman": "1.7.0"}
245245

246246
def reset(self):
247247
# edge case: podman not installed, but the plugin exists and is properly initialized

0 commit comments

Comments
 (0)