mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
parent
162dd2594f
commit
d36394d6a6
4 changed files with 3 additions and 11 deletions
|
@ -97,7 +97,6 @@ class ActionModule(ActionBase):
|
|||
if tmp and "tmp" in tmp and not C.DEFAULT_KEEP_REMOTE_FILES:
|
||||
self._remove_tmp_path(tmp)
|
||||
|
||||
result['stdout'] = self._strip_success_message(result.get('stdout', ''))
|
||||
result['changed'] = True
|
||||
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue