Add ansible linting to the CI

This commit is contained in:
Otthorn 2021-02-23 23:02:51 +01:00
parent 9f3323c73e
commit 893d87a9e1
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ linters:
# Be nice to new contributors, but please use `tox`
allow_failure: true
# Ansible linter
ansible-linter:
stage: quality-assurance
image: otthorn/nk20_ci_ansiblelint
script: ansible-lint ansible/
# Compile documentation
documentation:
stage: docs