mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Make tests use the local connection type, fix missing callback in tests.
This commit is contained in:
@@ -22,6 +22,9 @@ class TestCallbacks(object):
|
||||
def set_playbook(self, playbook):
|
||||
self.playbook = playbook
|
||||
|
||||
def on_no_hosts_remaining(self):
|
||||
pass
|
||||
|
||||
def on_start(self):
|
||||
EVENTS.append('start')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user