Skip to content

Commit

Permalink
pin molecule-podman to avoid ansible-community/molecule-plugins#242
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Feb 20, 2024
1 parent 338664f commit 9787441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Install test dependencies.
run: |
pip3 install -U pip ansible>=2.9.0 molecule-plugins[podman] yamllint ansible-lint
pip3 install -U pip ansible>=2.9.0 molecule-plugins[podman]==23.5.0 yamllint ansible-lint
ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428
- name: Display ansible version
Expand Down
2 changes: 1 addition & 1 deletion molecule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Local installation on a RockyLinux 8.x machine looks like:
Then to run tests, e.g.::

cd ansible-role-openhpc/
MOLECULE_IMAGE=rockylinux:8.8 molecule test --all
MOLECULE_IMAGE=rockylinux:8.9 molecule test --all

During development you may want to:

Expand Down

0 comments on commit 9787441

Please sign in to comment.