Changed no hosts to red. Not sure this is the right color choice, but there is no orange :)

This commit is contained in:
Michael DeHaan 2012-07-24 20:21:49 -04:00
parent 82cca242e3
commit 263432daa1

View file

@ -319,7 +319,7 @@ class PlaybookRunnerCallbacks(DefaultRunnerCallbacks):
def on_no_hosts(self):
print stringc("no hosts matched or remaining\n", 'orange')
print stringc("no hosts matched or remaining\n", 'red')
def on_async_poll(self, host, res, jid, clock):