Passthrough proxy variables to ansible-test environment

pull/84176/head
Christopher Tran 4 weeks ago
parent 11e4a6a722
commit 68f1cf5b1e

@ -692,6 +692,12 @@ def common_environment() -> dict[str, str]:
# export CFLAGS="-I$(brew --prefix openssl)/include/ -I$(brew --prefix libyaml)/include/"
'LDFLAGS',
'CFLAGS',
'HTTP_PROXY',
'HTTPS_PROXY',
'NO_PROXY',
'http_proxy',
'https_proxy',
'no_proxy',
)
# FreeBSD Compatibility

Loading…
Cancel
Save