Changed no hosts to red. Not sure this is the right color choice, but there is no orange :)
This commit is contained in:
parent
82cca242e3
commit
263432daa1
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in a new issue