Add ansible linting to the CI

This commit is contained in:
Otthorn 2021-02-23 23:02:51 +01:00
parent b6c0f9758d
commit 08df5fcccd
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