1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Create Gitea subdirectories with owner and group

This commit is contained in:
Aidan Fitzgerald 2018-10-18 12:50:17 -04:00
parent 0e8e1c44b3
commit 2fb142e5bf

View file

@ -7,10 +7,11 @@
- name: Create Gitea root directory
file:
path: "{{ gitea_root_directory }}"
path: "{{ gitea_root_directory }}/{{item.item}}"
state: directory
# owner: gitea
# group: gitea
owner: gitea
group: gitea
with_items: "{{ gitea_subdirectories }}"
- name: Download Gitea binary
get_url: