mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Merge pull request #1765 from dagwieers/skip-when-no-matches
Change message when a play matches no hosts
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user