mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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
5 lines
270 B
YAML
5 lines
270 B
YAML
minor_changes:
|
|
- supervisorctl - when ``name=all``, dispatch a single ``supervisorctl start/stop/restart all``
|
|
command (https://github.com/ansible-collections/community.general/issues/8159,
|
|
https://github.com/ansible-collections/community.general/pull/11953).
|