mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
template: change to pass along the correct template path (#35027)
* template: change to pass along the correct template path * standardise tmp path behaviour * removed if condition as it should not be needed
This commit is contained in:
@@ -24,7 +24,4 @@ class ActionModule(ActionBase):
|
||||
shared_loader_obj=self._shared_loader_obj)
|
||||
result = command_action.run(task_vars=task_vars)
|
||||
|
||||
# remove a temporary path we created
|
||||
self._remove_tmp_path(self._connection._shell.tempdir)
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user