CI: Add ansible-lint step

This commit is contained in:
saibotk 2021-01-02 02:40:57 +01:00
parent 91f1bab8a0
commit 11e328a847
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
---
stages:
- lint
ansible-lint:
stage: lint
image: docker.io/library/fedora:33
before_script:
- dnf install -y ansible-lint
script:
- ansible-lint *.yml