Skip to content

Commit

Permalink
chore: 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 May 1, 2024
1 parent 558cbd8 commit fa00e9a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ def run(self, tmp=None, task_vars=None):
"""."""
super(ActionModule, self).run(tmp, task_vars)
module_args = self._task.args.copy()
module_return = self._execute_module(module_name="setup",
module_args=module_args,
task_vars=task_vars, tmp=tmp)
module_return = self._execute_module(
module_name="setup", module_args=module_args, task_vars=task_vars, tmp=tmp
)
ret = {"foo": "bar"}
return {"ansible_facts": ret}

0 comments on commit fa00e9a

Please sign in to comment.