👷 fix ansible and yaml version according to ansible-lint 5.0 upgrade guidelines. Use ansible-base for slim version. See #1150 on ansible-lint for more info.
continuous-integration/drone/push Build is failing Details

pull/18/head
otthorn 3 years ago
parent 5503a54be4
commit f4fc3567ee

@ -7,13 +7,13 @@ steps:
- name: yamllint
image: python:3.9-alpine
commands:
- pip install yamllint==1.26.0
- pip install yamllint>=1.26.0,<2.0
- yamllint -c .yamllint.yml .
- name: ansible-lint
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 ansible
- pip install ansible-lint==5.0.0 ansible-base>=2.10,<2.11
- ansible-lint
...

Loading…
Cancel
Save