Warn if no hosts matched

This commit is contained in:
Michael DeHaan
2012-04-11 21:05:46 -04:00
parent f3489a53cd
commit 08c593bee1
3 changed files with 12 additions and 0 deletions

View File

@@ -89,6 +89,8 @@ class TestCallbacks(object):
def on_setup_secondary(self):
pass
def on_no_hosts(self):
pass
class TestPlaybook(unittest.TestCase):