Skip to content

Commit 9787441

Browse files
committed
pin molecule-podman to avoid ansible-community/molecule-plugins#242
1 parent 338664f commit 9787441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Install test dependencies.
5858
run: |
59-
pip3 install -U pip ansible>=2.9.0 molecule-plugins[podman] yamllint ansible-lint
59+
pip3 install -U pip ansible>=2.9.0 molecule-plugins[podman]==23.5.0 yamllint ansible-lint
6060
ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428
6161
6262
- name: Display ansible version

molecule/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Local installation on a RockyLinux 8.x machine looks like:
4242
Then to run tests, e.g.::
4343

4444
cd ansible-role-openhpc/
45-
MOLECULE_IMAGE=rockylinux:8.8 molecule test --all
45+
MOLECULE_IMAGE=rockylinux:8.9 molecule test --all
4646

4747
During development you may want to:
4848

0 commit comments

Comments
 (0)