mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
ansible-test: Fix environments with LD_LIBRARY_PATH
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user