Adding gitea act_runner roles

This commit is contained in:
ml
2026-07-02 07:49:53 +02:00
parent 2ccf2c9826
commit 06afde4a87
7 changed files with 148 additions and 0 deletions
@@ -0,0 +1,7 @@
---
- name: Restart act_runner
community.docker.docker_compose_v2:
project_src: "{{ act_runner_data_dir }}"
state: present
pull: missing
recreate: always