ansible/.woodpecker.yaml

21 lines
359 B
YAML
Raw Permalink Normal View History

2024-11-08 20:46:19 -06:00
clone:
git:
2024-11-08 20:47:08 -06:00
image: woodpeckerci/plugin-git
2024-11-08 20:48:01 -06:00
settings:
submodule_override:
roles/gitea: https://dev.ccchb.de/ccchb/ansible-role-gitea.git
2024-11-08 20:46:19 -06:00
2024-11-08 20:44:13 -06:00
when:
- event: push
branch: main
- event: push
branch: master
steps:
- name: lint
image: alpine
commands:
- apk update
- apk add ansible-lint
- ansible-lint