ansible-test: Fix environments with LD_LIBRARY_PATH
This commit is contained in:
parent
bf17cb6edd
commit
941738a686
1 changed files with 2 additions and 1 deletions
|
@ -202,7 +202,8 @@ def common_environment():
|
||||||
|
|
||||||
optional = (
|
optional = (
|
||||||
'HTTPTESTER',
|
'HTTPTESTER',
|
||||||
'SSH_AUTH_SOCK'
|
'LD_LIBRARY_PATH',
|
||||||
|
'SSH_AUTH_SOCK',
|
||||||
)
|
)
|
||||||
|
|
||||||
env.update(pass_vars(required=required, optional=optional))
|
env.update(pass_vars(required=required, optional=optional))
|
||||||
|
|
Loading…
Reference in a new issue