mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Create gitea group
This commit is contained in:
parent
dbd4a61e2f
commit
3510bc0b9e
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Prepare to install Gitea: create user and directory structure
|
# Prepare to install Gitea: create user and directory structure
|
||||||
|
|
||||||
|
- name: Ensure group gitea exists
|
||||||
|
group:
|
||||||
|
name: gitea
|
||||||
|
state: present
|
||||||
|
tags:
|
||||||
|
- pre-install
|
||||||
|
|
||||||
- name: Create user gitea
|
- name: Create user gitea
|
||||||
user:
|
user:
|
||||||
name: gitea
|
name: gitea
|
||||||
|
|
Loading…
Reference in a new issue