This commit is contained in:
parent
b81c954a1e
commit
28042e3145
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
|
||||
- pip3 install ansible
|
||||
- cd ansible/
|
||||
- ansible-lint
|
Loading…
Reference in a new issue