ansible/.woodpecker.yaml

20 lines
331 B
YAML
Raw Normal View History

2024-11-09 03:46:19 +01:00
clone:
git:
image: ccchb/ansible
submodule_override:
roles/gitea: https://dev.ccchb.de/ccchb/ansible-role-gitea.git
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