Skip to content

Commit

Permalink
Add HOME to safe env vars (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Nov 10, 2021
1 parent ecaa4c7 commit 24e83a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansiblelint/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def run_ansible_lint(
# pollute the env, causing weird behaviors, so we pass only a safe list of
# vars.
safe_list = [
'HOME',
'LANG',
'LC_ALL',
'LC_CTYPE',
Expand Down

0 comments on commit 24e83a1

Please sign in to comment.