1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Brian Coca 2016-04-29 13:50:52 -04:00
parent 1b78fd57b1
commit 6f4f8e6e79

View file

@ -63,7 +63,7 @@ class CallbackModule(CallbackBase):
def v2_runner_on_ok(self, result):
self.result_to_tree(result)
def v2_runner_on_failed(self, result, ignore_errors=False:
def v2_runner_on_failed(self, result, ignore_errors=False):
self.result_to_tree(result)
def v2_runner_on_unreachable(self, result):