test: forgjeo
This commit is contained in:
parent
dd3062dc79
commit
3a4f6627bd
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /var/lib/forgejo
|
path: /var/lib/forgejo
|
||||||
state: directory
|
state: directory
|
||||||
user: git
|
owner: git
|
||||||
group: git
|
group: git
|
||||||
mode: '0750'
|
mode: '0750'
|
||||||
- name: Create /etc/forgejo
|
- name: Create /etc/forgejo
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /etc/forgejo
|
path: /etc/forgejo
|
||||||
state: directory
|
state: directory
|
||||||
user: git
|
owner: git
|
||||||
group: git
|
group: git
|
||||||
mode: '0500'
|
mode: '0500'
|
Loading…
Reference in a new issue