install woodpecker agent
This commit is contained in:
parent
e6409a0a0e
commit
fef9b0866f
9 changed files with 126 additions and 6 deletions
5
roles/woodpecker/handlers/main.yml
Normal file
5
roles/woodpecker/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: woodpecker-agent-restart
|
||||
ansible.builtin.service:
|
||||
name: 'woodpecker-agent'
|
||||
state: 'restarted'
|
||||
Loading…
Add table
Add a link
Reference in a new issue