This commit is contained in:
parent
d964a9954c
commit
9498f7f924
@ -24,8 +24,8 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
git_user_info:
|
git_user_info:
|
||||||
{
|
{
|
||||||
"USER_GID": "{{ getent_passwd['git'][1] }}",
|
"USER_UID": "{{ getent_passwd['git'][1] }}",
|
||||||
"USER_UID": "{{ getent_passwd['git'][2] }}",
|
"USER_GID": "{{ getent_passwd['git'][2] }}",
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Store gitea git user uid/guid in config.env dictionary
|
- name: Store gitea git user uid/guid in config.env dictionary
|
||||||
|
Reference in New Issue
Block a user