gitea_runner: Fix cache errors

This commit is contained in:
Timo Makinen 2023-04-22 16:28:48 +00:00
parent 2a78ac4b8e
commit 7d60c42cd5

View file

@ -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