mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
@@ -33,7 +33,7 @@ class TestCallbacks(object):
|
|||||||
def on_setup(self):
|
def on_setup(self):
|
||||||
EVENTS.append([ 'primary_setup' ])
|
EVENTS.append([ 'primary_setup' ])
|
||||||
|
|
||||||
def on_skipped(self, host):
|
def on_skipped(self, host, item=None):
|
||||||
EVENTS.append([ 'skipped', [ host ]])
|
EVENTS.append([ 'skipped', [ host ]])
|
||||||
|
|
||||||
def on_import_for_host(self, host, filename):
|
def on_import_for_host(self, host, filename):
|
||||||
|
|||||||
Reference in New Issue
Block a user