mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
commit
7d2877fbf9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class TestCallbacks(object):
|
|||
def on_setup(self):
|
||||
EVENTS.append([ 'primary_setup' ])
|
||||
|
||||
def on_skipped(self, host):
|
||||
def on_skipped(self, host, item=None):
|
||||
EVENTS.append([ 'skipped', [ host ]])
|
||||
|
||||
def on_import_for_host(self, host, filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue