Set gitea RuntimeDirectory

This commit is contained in:
2019-12-03 20:18:11 -06:00
parent 8b3ecdbb9c
commit 4f85a73714
3 changed files with 1 additions and 10 deletions

View File

@ -58,14 +58,6 @@
state: directory
with_items: "{{ gitea_var_tree }}"
- name: "create {{ gitea_run_path }} path"
file:
path: "{{ gitea_run_path }}"
owner: "{{ gitea_user }}"
group: "{{ gitea_group }}"
mode: 0755
state: directory
- name: "create {{ gitea_log_path }} path"
file:
path: "{{ gitea_log_path }}"