mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Change variable from pattern to name to correctly indicate what is being passed to the callback.
This commit is contained in:
@@ -89,7 +89,7 @@ class CallbackModule(object):
|
||||
def playbook_on_not_import_for_host(self, host, missing_file):
|
||||
pass
|
||||
|
||||
def playbook_on_play_start(self, pattern):
|
||||
def playbook_on_play_start(self, name):
|
||||
pass
|
||||
|
||||
def playbook_on_stats(self, stats):
|
||||
|
||||
Reference in New Issue
Block a user