infrastructure/.drone.yml
Paul Brinkmeier 4dfc8af94b
All checks were successful
continuous-integration/drone/push Build is passing
Update CI config to pin python and ansible-lint versions
2022-09-20 23:34:09 +02:00

11 lines
224 B
YAML

---
kind: pipeline
type: docker
name: ansible
steps:
- name: ansible-lint
image: python:3.10.6
commands:
- pip install ansible==6.4.0 ansible-lint==6.4.0 > /dev/null 2> /dev/null
- ansible-lint ansible