de1b45553e
This patch adds an async task to download the LXC image using aria2 with retries and read timeouts. Closes-Bug: 1709329 Change-Id: Ib9ec6195dcb7e0e4b18b8526f030e6738f9953e8 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
7 lines
163 B
Django/Jinja
7 lines
163 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[Service]
|
|
{% for key, value in (deployment_environment_variables | default({})).items() %}
|
|
Environment={{ key }}={{ value }}
|
|
{% endfor %}
|