forked from FF-RGB/ansible
This commit is contained in:
parent
8c6dd29da3
commit
f90f251763
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: playbook
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- apk add git ansible ansible-lint
|
||||||
|
- ansible-lint -x305,403,701
|
Loading…
Reference in New Issue
Block a user