This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/.gitlab-ci.yml
T
2021-05-04 13:10:58 +02:00

10 lines
215 B
YAML

default:
before_script:
- pip3 install --user "ansible-lint[core,yamllint]"
Lint (ansible):
script:
- ansible-lint --version
- ansible-lint playbook_staging.yml
- ansible-lint playbook_prod.yml