💚 fix yamllint CI on CI itself, CIception
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bd541691d9
commit
6f80cf0fd9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ steps:
|
|||
image: python:3.9-alpine
|
||||
commands:
|
||||
- apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo
|
||||
- pip install "ansible-lint==5.0.0"
|
||||
- pip install "ansible-lint==5.0.0"
|
||||
- pip install "ansible-base>=2.10,<2.11"
|
||||
- ansible-lint
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue