gitea_runner: Add config

This commit is contained in:
Timo Makinen 2023-04-22 18:45:39 +00:00
parent 27ef6523ae
commit 41c556d3bc
3 changed files with 54 additions and 1 deletions

View file

@ -52,6 +52,15 @@
group: act_runner
notify: Restart act_runner
- name: Copy config file
ansible.builtin.copy:
dest: /var/lib/act_runner/config.yml
src: config.yml
mode: 0640
owner: root
group: act_runner
notify: Restart act_runner
- name: Create cache directory
ansible.builtin.file:
path: /var/lib/act_runner/.cache