mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
corrected skipped_hosts constant usage, thanks @benjixx
This commit is contained in:
@@ -200,7 +200,7 @@ class CallbackBase:
|
||||
self.runner_on_ok(host, result._result)
|
||||
|
||||
def v2_runner_on_skipped(self, result):
|
||||
if not C.DISPLAY_SKIPPED_HOSTS:
|
||||
if C.DISPLAY_SKIPPED_HOSTS:
|
||||
host = result._host.get_name()
|
||||
#FIXME, get item to pass through
|
||||
item = None
|
||||
|
||||
Reference in New Issue
Block a user