/etc/gitea created to manage configurations
This commit is contained in:
parent
b7e69eee1f
commit
468b30940f
@ -120,6 +120,15 @@
|
||||
- data
|
||||
- log
|
||||
|
||||
- name: create gitea config directory
|
||||
ansible.builtin.file:
|
||||
path: /etc/gitea
|
||||
state: directory
|
||||
owner: root
|
||||
group: git
|
||||
mode: '770'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user