# {{ ansible_managed }} {% if proxy_host is defined and proxy_host != "" %} Acquire::http::Proxy "http://{{ proxy_host }}:{{ proxy_port }}/"; {% endif %} # Don't download translation-files Acquire::Languages "none";