Skip to content

Commit 289eb57

Browse files
committed
variable madness
1 parent 7e27ce2 commit 289eb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/kayobe-automation-run-tempest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +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-
--env HTTP_PROXY
143-
--env HTTPS_PROXY
142+
--env HTTP_PROXY="${HTTP_PROXY}"
143+
--env HTTPS_PROXY="${HTTPS_PROXY}"
144144
{% if tempest_load_list_path is defined -%}
145145
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
146146
{% endif -%}

0 commit comments

Comments
 (0)