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
image: quay.io/ansible/toolset:3.5.0
commands:
- ansible-lint
...