mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
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).
|
||||
Reference in New Issue
Block a user