module_helper cmd - added feature flag to control whether CmdMixin adds rc, out and err t… (#2922) (#2988)

* added feature flag to control whether CmdMixin adds rc, out and err to the result of the module

* added changelog fragment

* changed from a global flag to parameters in run_command

* updated changelog

* fixed brainless copy-paste of yours truly

(cherry picked from commit c5cbe2943b)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-07-11 16:25:32 +02:00
committed by GitHub
parent 1c84389f50
commit 3cd7b0ec25
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- module_helper module utils - added feature flag parameters to ``CmdMixin`` to control whether ``rc``, ``out`` and ``err`` are automatically added to the module output (https://github.com/ansible-collections/community.general/pull/2922).