This commit is contained in:
parent
b81c954a1e
commit
8a1f329a22
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yaml
Normal file
9
.woodpecker.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
steps:
|
||||||
|
- name: ansible-lint
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get -y install python3 python3-pip
|
||||||
|
- apt-get install -y ansible
|
||||||
|
- cd ansible/
|
||||||
|
- ansible-lint
|
Loading…
Reference in a new issue