mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
[make] Provide built command in the module output (#6160)
It may happen operator wants to get the built command instead of all the parameters. This change injects a new entry in the dict output, showing what command way actually launched. This patch also takes the opportunity to add missing dots to some documentation lines.
This commit is contained in:
parent
3862de3f15
commit
a49ad340af
2 changed files with 13 additions and 3 deletions
2
changelogs/fragments/6160-add-command-make-output.yml
Normal file
2
changelogs/fragments/6160-add-command-make-output.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- make - add ``command`` return value to the module output (https://github.com/ansible-collections/community.general/pull/6160).
|
Loading…
Add table
Add a link
Reference in a new issue