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 e6801b7 commit 3db8495Copy full SHA for 3db8495
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.x'
24
25
- name: Install test dependencies.
26
- run: pip3 install yamllint ansible-core ansible-lint
+ run: pip3 install yamllint ansible-core>=2.20.0 ansible-lint
27
28
- name: Lint code.
29
run: |
0 commit comments