ansible/.woodpecker.yaml

21 lines
359 B
YAML
Raw Normal View History

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