mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
* feat(supervisorctl): use parallel bulk commands for name=all When name=all, dispatch a single `supervisorctl start/stop/restart all` instead of iterating per process, matching the CLI's parallel behaviour. Also extract inline status-filter lambdas into named module-level functions. Fixes #8159 * feat(changelog): add fragment for PR 11953