From de98dc2968f312b5c565631a56f4bf153ccd9bec Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 3 Jul 2015 14:27:52 -0400 Subject: [PATCH] removed 2nd load_callbacks that was causeing dupe output --- lib/ansible/executor/playbook_executor.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ansible/executor/playbook_executor.py b/lib/ansible/executor/playbook_executor.py index 91d5a69fc1..cf9b6a0290 100644 --- a/lib/ansible/executor/playbook_executor.py +++ b/lib/ansible/executor/playbook_executor.py @@ -122,9 +122,6 @@ 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: