create git user to run the gitea
This commit is contained in:
parent
8c04b25cfa
commit
ad94498ce0
@ -95,8 +95,16 @@
|
|||||||
- name: display results of gpg verification for go binary
|
- name: display results of gpg verification for go binary
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
var: gpg_result
|
var: gpg_result
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
||||||
|
- name: creates user to run gitea
|
||||||
|
ansible.builtin.user:
|
||||||
|
name: git
|
||||||
|
shell: /bin/bash
|
||||||
|
system: true
|
||||||
|
comment: "Gitea repo manager"
|
||||||
|
state: present
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user