gitea_runner: Fix cache errors
This commit is contained in:
parent
2a78ac4b8e
commit
7d60c42cd5
1 changed files with 9 additions and 0 deletions
|
@ -52,6 +52,15 @@
|
||||||
group: act_runner
|
group: act_runner
|
||||||
notify: Restart act_runner
|
notify: Restart act_runner
|
||||||
|
|
||||||
|
- name: Create cache directory
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /var/lib/act_runner/.cache
|
||||||
|
state: directory
|
||||||
|
mode: 0770
|
||||||
|
owner: root
|
||||||
|
group: act_runner
|
||||||
|
notify: Restart act_runner
|
||||||
|
|
||||||
- name: Copy unit file
|
- name: Copy unit file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /etc/systemd/system/act_runner.service
|
dest: /etc/systemd/system/act_runner.service
|
||||||
|
|
Loading…
Add table
Reference in a new issue