Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
---
kind: pipeline
type: docker
name: check
steps:
- name: ansible and yaml linting
pull: never
image: aurore-ansible-lint-image
commands:
- ansible-lint
...