mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
mh/mixins/cmd - added publish_cmd parameter to CmdModuleHelper.run_command() (#3648)
* added publish_cmd parameter to CmdModuleHelper.run_command() * added changelog fragment * Update plugins/module_utils/mh/mixins/cmd.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
0df41241dd
commit
927356dad3
2 changed files with 7 additions and 2 deletions
2
changelogs/fragments/3648-mh-cmd-publish-cmd.yaml
Normal file
2
changelogs/fragments/3648-mh-cmd-publish-cmd.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- module_helper module utils - added feature flag parameter to ``CmdMixin`` to control whether ``cmd_args`` is automatically added to the module output (https://github.com/ansible-collections/community.general/pull/3648).
|
Loading…
Add table
Add a link
Reference in a new issue