[fix] Check for empty proxy string everywhere

This commit is contained in:
William Wernert
2021-03-08 17:25:23 -05:00
parent 8c4e66f7bb
commit f85f86ccdd

View File

@@ -72,7 +72,7 @@ so-idstools:
- image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-idstools:{{ VERSION }} - image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-idstools:{{ VERSION }}
- hostname: so-idstools - hostname: so-idstools
- user: socore - user: socore
{% if proxy is not none %} {% if proxy != '' and proxy is not none %}
- environment: - environment:
- http_proxy={{ proxy }} - http_proxy={{ proxy }}
- https_proxy={{ proxy }} - https_proxy={{ proxy }}