Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 9, 2024
1 parent 6d70e81 commit 98ce613
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/molecule/provisioner/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,11 @@ def default_env(self):
]
if os.environ.get("ANSIBLE_FILTER_PLUGINS", ""):
filter_plugins_path_list.extend(
list(map(util.abs_path, os.environ["ANSIBLE_FILTER_PLUGINS"].split(":"))),
list(
map(util.abs_path, os.environ["ANSIBLE_FILTER_PLUGINS"].split(":")),
),
)


env = util.merge_dicts(
os.environ,
{
Expand Down

0 comments on commit 98ce613

Please sign in to comment.