Commit 6350dedd by Michael DeHaan

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

Change message when a play matches no hosts
parents ad2ab6a5 cd930d2e
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment