Skip to content

Commit

Permalink
Update create_user.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Elkatmış authored May 9, 2019
1 parent fd423fb commit dc7624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/create_user.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"deleted": false,
"role_name": "{{ item.role_name | default("developer") }}",
"role_id": {{ item.role_id | default(2) }},
"has_admin_role": {{ item.has_admin_role | default(true) }},
"has_admin_role": {{ item.has_admin_role | default(true) }}
}

0 comments on commit dc7624c

Please sign in to comment.