MCPcopy Create free account
hub / github.com/saltstack/salt / on_batch_start

Method on_batch_start

salt/utils/batch_output.py:212–216  ·  view source on GitHub ↗

Announce the minion list for a new sub-batch.

(self, minion_ids, **kwargs)

Source from the content-addressed store, hash-verified

210 )
211
212 def on_batch_start(self, minion_ids, **kwargs):
213 """Announce the minion list for a new sub-batch."""
214 if self.quiet:
215 return
216 salt.utils.stringutils.print_cli(f"\nExecuting run on {sorted(minion_ids)}\n")
217
218 def on_minion_return(self, minion_id, data, **kwargs):
219 """

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected