Add woodpecker to ansible

This commit is contained in:
Tobias Reisinger 2023-12-11 02:26:23 +01:00
parent 2b8aef7f9f
commit 570864c00f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 64 additions and 62 deletions
_ansible/roles/woodpecker/tasks

View file

@ -0,0 +1,7 @@
---
- name: Deploy {{ svc.name }}
tags:
- woodpecker
- ci
block:
- import_tasks: deploy-common-service.yml