Merge pull request #1765 from dagwieers/skip-when-no-matches

Change message when a play matches no hosts
pull/4420/head
Michael DeHaan 2012-12-15 11:59:37 -08:00
commit 6350dedd7a
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ class PlaybookCallbacks(object):
call_callback_module('playbook_on_notify', host, handler)
def on_no_hosts_matched(self):
print stringc("no hosts matched", 'red')
print stringc("skipping: no hosts matched", 'cyan')
call_callback_module('playbook_on_no_hosts_matched')
def on_no_hosts_remaining(self):