Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Require ansible.posix>=1.3.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 21, 2021
1 parent a413cf1 commit dd31d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule_podman/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ def sanity_checks(self):
@property
def required_collections(self) -> Dict[str, str]:
"""Return collections dict containing names and versions required."""
return {"containers.podman": "1.6.2"}
return {"containers.podman": "1.6.2", "ansible.posix": "1.3.0"}

0 comments on commit dd31d81

Please sign in to comment.