Fix syntax for dict
This commit is contained in:
parent
e367e470bf
commit
da57a0d9d4
@ -25,10 +25,10 @@
|
|||||||
config: "{{
|
config: "{{
|
||||||
config |
|
config |
|
||||||
default({}) |
|
default({}) |
|
||||||
combine({'env':
|
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],
|
||||||
})
|
}})
|
||||||
}}"
|
}}"
|
||||||
|
|
||||||
- name: DEBUG -> Show me the config setup again
|
- name: DEBUG -> Show me the config setup again
|
||||||
|
Reference in New Issue
Block a user