mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Changed no hosts to red. Not sure this is the right color choice, but there is no orange :)
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user