1
0
Fork 0
mirror of synced 2024-07-26 18:11:08 -04:00

Added salt tag in job template

This commit is contained in:
David Seira 2017-11-23 21:01:23 +01:00
parent 27001cf583
commit c21746bb64

View file

@ -1,9 +1,12 @@
# vim: sw=2 sts=2 ts=2 sw et
#
# This file is managed by salt. Do not edit by hand.
#
{% for onepath in path %}
{{ onepath }}
{%- endfor %}
{
{% for item in data %}
{%- for item in data %}
{{ item }}
{%- endfor %}
}