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.
1 parent 965053c commit ed7f422Copy full SHA for ed7f422
.github/workflows/ci.yml
@@ -86,7 +86,8 @@ jobs:
86
87
- name: Install test dependencies.
88
run: |
89
- pip3 install -U pip ansible>=2.9.0 molecule-plugins[podman]==23.5.0 yamllint ansible-lint
+ pip3 install -U pip
90
+ pip install -r molecule/requirements.txt
91
ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428
92
93
- name: Display ansible version
molecule/requirements.txt
@@ -1,5 +1,8 @@
1
pip
2
setuptools
3
molecule[lint,ansible]
4
-molecule-plugins[podman]
+molecule-plugins[podman]==23.5.0
5
ansible>=2.9.0
6
+yamllint
7
+ansible-lint
8
+jmespath
0 commit comments