mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
- name: Create Gitea root directory
|
||||||
file:
|
file:
|
||||||
path: "{{ gitea_root_directory }}"
|
path: "{{ gitea_root_directory }}/{{item.item}}"
|
||||||
state: directory
|
state: directory
|
||||||
# owner: gitea
|
owner: gitea
|
||||||
# group: gitea
|
group: gitea
|
||||||
|
with_items: "{{ gitea_subdirectories }}"
|
||||||
|
|
||||||
- name: Download Gitea binary
|
- name: Download Gitea binary
|
||||||
get_url:
|
get_url:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue