ansible-test: Fix environments with LD_LIBRARY_PATH

pull/27089/head
Dag Wieers 7 years ago committed by Matt Clay
parent bf17cb6edd
commit 941738a686

@ -202,7 +202,8 @@ def common_environment():
optional = (
'HTTPTESTER',
'SSH_AUTH_SOCK'
'LD_LIBRARY_PATH',
'SSH_AUTH_SOCK',
)
env.update(pass_vars(required=required, optional=optional))

Loading…
Cancel
Save