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

View File

@ -46,7 +46,7 @@
state: directory state: directory
- name: proxy | moving proxy systemd unit into place - 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: template:
src: http-proxy.conf.j2 src: http-proxy.conf.j2
dest: /etc/systemd/system/docker.service.d/http-proxy.conf dest: /etc/systemd/system/docker.service.d/http-proxy.conf