10 lines
163 B
YAML
10 lines
163 B
YAML
---
|
|
image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest
|
|
|
|
stages:
|
|
- lint
|
|
|
|
ansible-lint:
|
|
stage: lint
|
|
script:
|
|
- ansible-lint *.yml
|