gitea_runner: Add config
This commit is contained in:
parent
27ef6523ae
commit
41c556d3bc
3 changed files with 54 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue