File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
57
57
- name : Install test dependencies.
58
58
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
60
60
ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428
61
61
62
62
- name : Display ansible version
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Local installation on a RockyLinux 8.x machine looks like:
42
42
Then to run tests, e.g.::
43
43
44
44
cd ansible-role-openhpc/
45
- MOLECULE_IMAGE=rockylinux:8.8 molecule test --all
45
+ MOLECULE_IMAGE=rockylinux:8.9 molecule test --all
46
46
47
47
During development you may want to:
48
48
You can’t perform that action at this time.
0 commit comments