mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Change parameter from pattern to name for playbook_on_play_start in example callback plugins.
This commit is contained in:
parent
955dadf743
commit
afbc7f8a0f
3 changed files with 5 additions and 5 deletions
|
@ -108,7 +108,7 @@ class CallbackModule(object):
|
|||
def playbook_on_not_import_for_host(self, host, missing_file):
|
||||
log(host, 'NOTIMPORTED', missing_file)
|
||||
|
||||
def playbook_on_play_start(self, pattern):
|
||||
def playbook_on_play_start(self, name):
|
||||
pass
|
||||
|
||||
def playbook_on_stats(self, stats):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue