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

Commit

Permalink
Require containers.podman>=1.7.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 27, 2021
1 parent e16b0ee commit 19a39b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ collections:
# module with with podman.
# https://galaxy.ansible.com/ansible/posix
- name: containers.podman
version: 1.6.2
version: 1.7.0
2 changes: 1 addition & 1 deletion src/molecule_podman/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,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", "ansible.posix": "1.3.0"}
return {"containers.podman": "1.7.0", "ansible.posix": "1.3.0"}

0 comments on commit 19a39b2

Please sign in to comment.