mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 00:21:23 -07:00
added jobs parameter to make module (#1550)
* added jobs parameter to make module to allow use of the -j or --jobs argument for make/gmake * updated documentation * added changelog fragment * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: David Ruggles <david@safedatausa.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
aa33ac349c
commit
b31583b441
2 changed files with 24 additions and 4 deletions
2
changelogs/fragments/1550-add-jobs-parameter-to-make.yml
Normal file
2
changelogs/fragments/1550-add-jobs-parameter-to-make.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- make - add ``jobs`` parameter to allow specification of number of simultaneous jobs for make to run (https://github.com/ansible-collections/community.general/pull/1550).
|
Loading…
Add table
Add a link
Reference in a new issue