mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
fix(macros): fix format_kwargs
macro
This commit is contained in:
parent
702323c24d
commit
5e6511b783
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
{%- filter indent(4) %}
|
||||
{%- for k, v in kwarg|dictsort() %}
|
||||
- {{ k }}: {{ v }}
|
||||
- {{ k }}: {{ v|yaml_dquote if v is string else v }}
|
||||
{%- endfor %}
|
||||
{%- endfilter %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue