openstack-ansible-lxc_hosts/templates/systemd-proxy-unit.conf.j2
Kevin Carter 0e6bcf2a1b
remove the use of iteritems
iteritems is a py2 callable and will break when using py3.

Change-Id: I2afbcf273d23a326b81e51620929a512ed17fc22
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-08-02 15:06:50 -05:00

7 lines
136 B
Django/Jinja

# {{ ansible_managed }}
[Service]
{% for key, value in lxc_cache_environment.items() %}
Environment={{ key }}={{ value }}
{% endfor %}