Skip to content

Commit adfc652

Browse files
authored
Merge pull request #153 from stackhpc/ci/fix-molecule-v5
Fix CI for molecule v5
2 parents 440f99a + f6dd290 commit adfc652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

8181
- name: Install test dependencies.
8282
run: |
83-
pip3 install -U ansible molecule[podman] yamllint ansible-lint
83+
pip3 install -U ansible molecule-podman yamllint ansible-lint
8484
ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428
8585
8686
- name: Display ansible version

0 commit comments

Comments
 (0)