During preseeded install, apt-cacher is not yet available.
This commit is contained in:
parent
6e350463e7
commit
aa34a0a910
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
chdir: /var/lib/machines/
|
||||
creates: /var/lib/machines/{{ contname }}00
|
||||
environment:
|
||||
http_proxy: http://localhost:3142
|
||||
http_proxy: "{{ '' if run_in_installer|default(false) else 'http://localhost:3142' }}"
|
||||
notify: enable and restart containers
|
||||
|
||||
- name: provide complete apt sources
|
||||
|
|
Loading…
Add table
Reference in a new issue