infrastructure/.gitlab-ci.yml

12 lines
176 B
YAML
Raw Normal View History

2021-01-02 02:40:57 +01:00
---
stages:
- lint
ansible-lint:
stage: lint
image: docker.io/library/python:3.8-slim
2021-01-02 02:40:57 +01:00
before_script:
- pip install ansible-lint
2021-01-02 02:40:57 +01:00
script:
- ansible-lint *.yml