mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
parent
291f07242c
commit
ba7243c5f9
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class TaskExecutor:
|
||||||
include_variables = self._task.args.copy()
|
include_variables = self._task.args.copy()
|
||||||
include_file = include_variables.get('_raw_params')
|
include_file = include_variables.get('_raw_params')
|
||||||
del include_variables['_raw_params']
|
del include_variables['_raw_params']
|
||||||
return dict(changed=True, include=include_file, include_variables=include_variables)
|
return dict(include=include_file, include_variables=include_variables)
|
||||||
|
|
||||||
# get the connection and the handler for this execution
|
# get the connection and the handler for this execution
|
||||||
self._connection = self._get_connection(variables)
|
self._connection = self._get_connection(variables)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue