Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
---
image: python:3.6
stages:
- lint
yamllint:
stage: lint
script:
- pip install yamllint==1.15.0
- yamllint -c .yamllint.yml .
ansible-lint:
- pip install ansible-lint==4.0.0
- ansible-lint *.yml
...