Merge "Remove a check for docker proxy task"
This commit is contained in:
commit
b46beaa3e1
@ -46,7 +46,7 @@
|
||||
state: directory
|
||||
|
||||
- name: proxy | moving proxy systemd unit into place
|
||||
when: ( need_docker is failed ) and ( proxy.http is defined and (proxy.http | trim != "") )
|
||||
when: proxy.http is defined and (proxy.http | trim != "")
|
||||
template:
|
||||
src: http-proxy.conf.j2
|
||||
dest: /etc/systemd/system/docker.service.d/http-proxy.conf
|
||||
|
Loading…
Reference in New Issue
Block a user