mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 11:51:10 +00:00
Fix logging callback parameters
This commit is contained in:
@@ -60,7 +60,7 @@ class CallbackModule(object):
|
||||
log(host, 'ERROR', msg)
|
||||
|
||||
def runner_on_skipped(self, host, item=None):
|
||||
log(host, 'SKIPPED')
|
||||
log(host, 'SKIPPED', '...')
|
||||
|
||||
def runner_on_unreachable(self, host, res):
|
||||
log(host, 'UNREACHABLE', res)
|
||||
|
||||
Reference in New Issue
Block a user