80940a6b1c
* ensure copy action plugin returns an invocation in result Fixes #18232 Previously the action plugin for copy, which runs operations on the control host to orchestrate executing both local actions on the control host and remote actions on the remote host, is not returning invocation dict in the result dict, this happens here where the return from _copy_file() is None When force is True, the _execute_module() method is called, which returns the dict containing the invocation key. This patch ensures there is always an invocation key. Signed-off-by: Adam Miller <admiller@redhat.com> * fix conditional, handle content no_log Signed-off-by: Adam Miller <admiller@redhat.com> |
||
---|---|---|
.. | ||
ansible |