Skip to content

Commit

Permalink
[make] Provide built command in the module output
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cjeanner committed Mar 8, 2023
1 parent 6cf6744 commit 38fd72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def main():
chdir=module.params['chdir'],
file=module.params['file'],
jobs=module.params['jobs'],
command=' '.join(base_command),
)


Expand Down

0 comments on commit 38fd72e

Please sign in to comment.