Commit 263432da by Michael DeHaan

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

parent 82cca242
......@@ -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):
......
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