allanger-roles/restic-backups/.gitlab-ci.yml

11 lines
169 B
YAML
Raw Normal View History

2022-04-08 15:47:04 +00:00
image: alpine:3.12
stages:
- test
lint:
stage: test
script:
- apk add --update ansible-lint --no-cache
- ansible-lint -p ${CI_PROJECT_DIR}/playbook.yaml