- template: jinja | - template: jinja | ||||
- context: | - context: | ||||
{% if value is mapping %} | {% if value is mapping %} | ||||
path: {{ value.get('path', [key]) | json }} | |||||
data: {{ value.get('config', []) | json }} | |||||
path: {{ value.get('path', [key]) | json }} | |||||
data: {{ value.get('config', []) | json }} | |||||
{% else %} | {% else %} | ||||
path: [ {{ key | json }} ] | |||||
data: {{ value | json }} | |||||
path: [ {{ key | json }} ] | |||||
data: {{ value | json }} | |||||
{% endif %} | {% endif %} | ||||
{% endif %} | {% endif %} | ||||
{%- endfor -%} | {%- endfor -%} |