indent yaml for config file (#630)
This commit is contained in:
parent
e204b5059a
commit
e6dd15ef0d
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
{{ es_role_mapping | to_nice_yaml }}
|
||||
{{ es_role_mapping | to_nice_yaml(indent=2) }}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{{ es_roles.file | to_nice_yaml }}
|
||||
{{ es_roles.file | to_nice_yaml(indent=2) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue