gitea_runner: First version of role

This commit is contained in:
Timo Makinen 2023-04-08 10:04:16 +00:00
parent 03ae70d2a5
commit e8f0d3519f
3 changed files with 51 additions and 8 deletions

View file

@ -1,7 +1,5 @@
---
- name: Build act_runner
ansible.builtin.command:
argv:
- make
- build
chdir: /usr/local/src/act_runner
- name: Restart act_runner
ansible.builtin.service:
name: act_runner
state: restarted