We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaa4c7 commit 24e83a1Copy full SHA for 24e83a1
src/ansiblelint/testing/__init__.py
@@ -87,6 +87,7 @@ def run_ansible_lint(
87
# pollute the env, causing weird behaviors, so we pass only a safe list of
88
# vars.
89
safe_list = [
90
+ 'HOME',
91
'LANG',
92
'LC_ALL',
93
'LC_CTYPE',
0 commit comments