0e6bcf2a1b
iteritems is a py2 callable and will break when using py3. Change-Id: I2afbcf273d23a326b81e51620929a512ed17fc22 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
7 lines
136 B
Django/Jinja
7 lines
136 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[Service]
|
|
{% for key, value in lxc_cache_environment.items() %}
|
|
Environment={{ key }}={{ value }}
|
|
{% endfor %}
|