mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
fixed a couple of bugs
This commit is contained in:
parent
0bbf5927be
commit
aaad33ccb6
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ class CallbackBase:
|
|||
host = result._host.get_name()
|
||||
#FIXME, get item to pass through
|
||||
item = None
|
||||
self.runner_on_skipped(host, result._result, item)
|
||||
self.runner_on_skipped(host, item)
|
||||
|
||||
def v2_runner_on_unreachable(self, result):
|
||||
host = result._host.get_name()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue