Merge "Remove a check for docker proxy task"

This commit is contained in:
Zuul 2018-06-13 04:23:06 +00:00 committed by Gerrit Code Review
commit b46beaa3e1
1 changed files with 1 additions and 1 deletions

View File

@ -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