Skip to content

Commit 46d2a26

Browse files
committed
no log false
1 parent 289eb57 commit 46d2a26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/kayobe-automation-run-tempest.yml

Lines changed: 3 additions & 3 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="${HTTP_PROXY}"
143-
--env HTTPS_PROXY="${HTTPS_PROXY}"
142+
--env HTTP_PROXY
143+
--env HTTPS_PROXY
144144
{% if tempest_load_list_path is defined -%}
145145
-v {{ load_list_path_remote }}:/home/rally/tempest-load-list:rw
146146
{% endif -%}
@@ -167,7 +167,7 @@
167167
HTTP_PROXY: http://usprivatezen.astrazeneca.net:9480
168168
HTTPS_PROXY: http://usprivatezen.astrazeneca.net:9480
169169
RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES: "{{ lookup('env', 'RALLY_CONF_ENABLE_CREATE_TEMPEST_RESOURCES') }}"
170-
no_log: "{{ rally_no_sensitive_log }}"
170+
no_log: false
171171
register: docker_result
172172
become: true
173173

0 commit comments

Comments
 (0)