mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
module_helper cmd - added feature flag to control whether CmdMixin adds rc, out and err t… (#2922)
* 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
This commit is contained in:
parent
7a41833e59
commit
c5cbe2943b
2 changed files with 16 additions and 2 deletions
2
changelogs/fragments/2922-mh-cmd-output-feature-flag.yml
Normal file
2
changelogs/fragments/2922-mh-cmd-output-feature-flag.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue