13 lines
172 B
YAML
13 lines
172 B
YAML
|
---
|
||
|
|
||
|
name: playbook
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
|
||
|
steps:
|
||
|
- name: lint
|
||
|
image: alpine:latest
|
||
|
commands:
|
||
|
- apk add git ansible ansible-lint
|
||
|
- ansible-lint -x305,403,701
|