Add support for template defaults/context argspull/221/head
{%- endif %} | {%- endif %} | ||||
{%- if file.template is defined %} | {%- if file.template is defined %} | ||||
- template: {{ file.template }} | - template: {{ file.template }} | ||||
{%- if file.defaults is defined %} | |||||
- defaults: {{ file.defaults|json }} | |||||
{%- endif %} | |||||
{%- if file.context is defined %} | |||||
- context: {{ file.context|json }} | |||||
{%- endif %} | |||||
{%- endif %} | {%- endif %} | ||||
{%- elif file.contents is defined %} | {%- elif file.contents is defined %} | ||||
- contents: {{ file.contents|json }} | - contents: {{ file.contents|json }} |