Skip to content

Commit 36990f1

Browse files
committed
temp removing conditional
1 parent 7b45d42 commit 36990f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ansible/kayobe-automation-run-tempest.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,8 @@
139139
--env TEMPEST_CONF_OVERRIDES="$TEMPEST_CONF_OVERRIDES"
140140
--env TEMPEST_NO_PROXY_EXTRA
141141
--env RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES
142-
{% if lookup('env', 'TEMPEST_HTTP_PROXY') != '' -%}
143142
--env TEMPEST_HTTP_PROXY
144-
{% endif -%}
145-
{% if lookup('env', 'TEMPEST_HTTPS_PROXY') != '' -%}
146143
--env TEMPEST_HTTPS_PROXY
147-
{% endif -%}
148144
{% if tempest_load_list_path is defined -%}
149145
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
150146
{% endif -%}

0 commit comments

Comments
 (0)