Skip to content

Commit 24e83a1

Browse files
authored
Add HOME to safe env vars (#1759)
1 parent ecaa4c7 commit 24e83a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansiblelint/testing/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def run_ansible_lint(
8787
# pollute the env, causing weird behaviors, so we pass only a safe list of
8888
# vars.
8989
safe_list = [
90+
'HOME',
9091
'LANG',
9192
'LC_ALL',
9293
'LC_CTYPE',

0 commit comments

Comments
 (0)