mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
parent
8eaa9cc938
commit
0dcd8b598c
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ class ActionModule(ActionBase):
|
|||
# if we have first_available_file in our vars
|
||||
# look up the files and use the first one we find as src
|
||||
elif remote_src:
|
||||
result.update(self._execute_module(task_vars=task_vars))
|
||||
result.update(self._execute_module(module_name='copy', task_vars=task_vars))
|
||||
return result
|
||||
else:
|
||||
# find_needle returns a path that may not have a trailing slash on
|
||||
|
|
Loading…
Reference in a new issue