From 2ddd83360a8f895e12c1bc3ddea8d7dd165fba3b Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Fri, 3 Jul 2015 23:52:49 -0400 Subject: [PATCH] Revert "removed 2nd load_callbacks that was causeing dupe output" This reverts commit de98dc2968f312b5c565631a56f4bf153ccd9bec. --- lib/ansible/executor/playbook_executor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/executor/playbook_executor.py b/lib/ansible/executor/playbook_executor.py index cf9b6a02902..91d5a69fc1f 100644 --- a/lib/ansible/executor/playbook_executor.py +++ b/lib/ansible/executor/playbook_executor.py @@ -122,6 +122,9 @@ class PlaybookExecutor: entry['plays'].append(p) else: + # make sure the tqm has callbacks loaded + self._tqm.load_callbacks() + # we are actually running plays for batch in self._get_serialized_batches(new_play): if len(batch) == 0: