mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples.
This commit is contained in:
@@ -63,10 +63,10 @@ class CallbackModule(object):
|
||||
def playbook_on_notify(self, host, handler):
|
||||
pass
|
||||
|
||||
def on_no_hosts_matched(self):
|
||||
def playbook_on_no_hosts_matched(self):
|
||||
pass
|
||||
|
||||
def on_no_hosts_remaining(self):
|
||||
def playbook_on_no_hosts_remaining(self):
|
||||
pass
|
||||
|
||||
def playbook_on_task_start(self, name, is_conditional):
|
||||
|
||||
Reference in New Issue
Block a user