mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added optional environment passthrough for MacOS 10.13 compatibility (#31500)
This commit is contained in:
parent
f2bc89a880
commit
665d838fc2
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,9 @@ def common_environment():
|
|||
'HTTPTESTER',
|
||||
'LD_LIBRARY_PATH',
|
||||
'SSH_AUTH_SOCK',
|
||||
# MacOS High Sierra Compatibility
|
||||
# http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html
|
||||
'OBJC_DISABLE_INITIALIZE_FORK_SAFETY',
|
||||
)
|
||||
|
||||
env.update(pass_vars(required=required, optional=optional))
|
||||
|
|
Loading…
Reference in a new issue