mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
||||
|
||||
- name: Ensure group gitea exists
|
||||
group:
|
||||
name: gitea
|
||||
state: present
|
||||
tags:
|
||||
- pre-install
|
||||
|
||||
- name: Create user gitea
|
||||
user:
|
||||
name: gitea
|
||||
|
|
Loading…
Reference in a new issue