Try to not bork the existing config
This commit is contained in:
parent
9c93096c9c
commit
87771c6168
@ -23,9 +23,9 @@
|
|||||||
- name: Store gitea git user uid/guid in config.env
|
- name: Store gitea git user uid/guid in config.env
|
||||||
set_fact:
|
set_fact:
|
||||||
config: "{{
|
config: "{{
|
||||||
config.env |
|
config |
|
||||||
default({}) |
|
default({}) |
|
||||||
combine({
|
combine({'env':
|
||||||
'USER_GID': getent_passwd['git'][1],
|
'USER_GID': getent_passwd['git'][1],
|
||||||
'USER_UID': getent_passwd['git'][2],
|
'USER_UID': getent_passwd['git'][2],
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user