mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Warn if no hosts matched
This commit is contained in:
@@ -89,6 +89,8 @@ class TestCallbacks(object):
|
||||
def on_setup_secondary(self):
|
||||
pass
|
||||
|
||||
def on_no_hosts(self):
|
||||
pass
|
||||
|
||||
class TestPlaybook(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user