Skip to content

Commit

Permalink
Merge pull request #12 from canelkatmis/patch-1
Browse files Browse the repository at this point in the history
Update create_user.j2
  • Loading branch information
Nicholas Amorim authored May 10, 2019
2 parents fd423fb + dc7624c commit b75c5c1
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 b75c5c1

Please sign in to comment.