We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 440f99a + f6dd290 commit adfc652Copy full SHA for adfc652
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Install test dependencies.
82
run: |
83
- pip3 install -U ansible molecule[podman] yamllint ansible-lint
+ pip3 install -U ansible molecule-podman yamllint ansible-lint
84
ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428
85
86
- name: Display ansible version
0 commit comments