install woodpecker agent

This commit is contained in:
Jef Roosens 2023-12-30 16:51:31 +01:00
parent e6409a0a0e
commit fef9b0866f
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 126 additions and 6 deletions

View file

@ -0,0 +1,5 @@
---
- name: woodpecker-agent-restart
ansible.builtin.service:
name: 'woodpecker-agent'
state: 'restarted'