89625e66b0
The machined pull does not utilize the lxc_cache_environment variable to configure its environment, so it will not use proxies. This fixes machined to properly configure its environment so pulls can operate through proxies. Based on https://wbl.krm.io/howto-proxify-systemd-machined/ Change-Id: I17c452a8ba67561435737ee9d672219a2e306489
7 lines
140 B
Django/Jinja
7 lines
140 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[Service]
|
|
{% for key, value in lxc_cache_environment.iteritems() %}
|
|
Environment={{ key }}={{ value }}
|
|
{% endfor %}
|