mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
New v2_runner_on_start callback added (#47684)
* New v2_runner_on_start callback added to indicate the start of execution for a host in a specific task * Add changelog fragment * Minor docstring clarification
This commit is contained in:
@@ -412,3 +412,10 @@ class CallbackBase(AnsiblePlugin):
|
||||
|
||||
def v2_runner_retry(self, result):
|
||||
pass
|
||||
|
||||
def v2_runner_on_start(self, host, task):
|
||||
"""Event used when host begins execution of a task
|
||||
|
||||
.. versionadded:: 2.8
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user