diff --git a/.woodpecker.yaml b/.woodpecker.yaml new file mode 100644 index 0000000..c7b4b4c --- /dev/null +++ b/.woodpecker.yaml @@ -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 \ No newline at end of file