mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Create Gitea subdirectories with owner and group
This commit is contained in:
parent
0e8e1c44b3
commit
2fb142e5bf
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue