Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
---
image: quay.io/ansible/molecule:2.19
stages:
- lint
yamllint:
stage: lint
script: yamllint -c .yamllint.yml .
ansible-lint:
script: ansible-lint *.yml
...