Beispiel #1
0
 def v2_runner_item_on_skipped(self, result):
     output.display_item(self, result)
     output.replace_item_with_key(self, result)
     super(CallbackModule, self).v2_runner_item_on_skipped(result)
Beispiel #2
0
 def v2_runner_item_on_failed(self, result):
     self.task_failed = True
     output.display_item(self, result)
     output.replace_item_with_key(self, result)
     super(CallbackModule, self).v2_runner_item_on_failed(result)
Beispiel #3
0
 def v2_playbook_item_on_ok(self, result):
     output.display_item(self, result)
     output.replace_item_with_key(self, result)
     super(CallbackModule, self).v2_playbook_item_on_ok(result)
Beispiel #4
0
 def v2_runner_item_on_skipped(self, result):
     output.display_item(self, result)
     output.replace_item_with_key(self, result)
     super(CallbackModule, self).v2_runner_item_on_skipped(result)
Beispiel #5
0
 def v2_runner_item_on_failed(self, result):
     self.task_failed = True
     output.display_item(self, result)
     output.replace_item_with_key(self, result)
     super(CallbackModule, self).v2_runner_item_on_failed(result)
Beispiel #6
0
 def v2_playbook_item_on_ok(self, result):
     output.display_item(self, result)
     output.replace_item_with_key(self, result)
     super(CallbackModule, self).v2_playbook_item_on_ok(result)