You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/roles/connect/templates/create-new-user.json.j2

6 lines
168 B
Django/Jinja

{
"id": "{{ current_user.userId }}",
"firstName": "{{ current_user.firstName | default('null') }}",
"lastName": "{{ current_user.lastName | default('null') }}"
}