Fix syntax for dict

This commit is contained in:
Luke Murphy 2020-04-15 12:36:32 +02:00
parent e367e470bf
commit da57a0d9d4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@
config: "{{
config |
default({}) |
combine({'env':
combine({'env': {
'USER_GID': getent_passwd['git'][1],
'USER_UID': getent_passwd['git'][2],
})
}})
}}"
- name: DEBUG -> Show me the config setup again