mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
raw now returns changed: true (#17112)
for consistency w/ shell/command/script "non-idempotent" modules. Updated tests, changelog.
This commit is contained in:
@@ -40,4 +40,6 @@ class ActionModule(ActionBase):
|
||||
executable = self._task.args.get('executable', False)
|
||||
result.update(self._low_level_execute_command(self._task.args.get('_raw_params'), executable=executable))
|
||||
|
||||
result['changed'] = True
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user