Skip to content

Commit

Permalink
Fix indentation in default users template
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammedz93 committed May 16, 2023
1 parent 275c013 commit 3ae528b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions files/build_templates/default_users.json.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{%- set users_dict = {
username: {"password": password,
"expire": password_expire
}
username: {
"password": password,
"expire": password_expire
}
}
-%}
{{ users_dict | tojson(indent=4) }}

0 comments on commit 3ae528b

Please sign in to comment.