Remove unused variable in _executor_internal

pull/6506/merge
James Tanner 11 years ago
parent c09e46517e
commit 20262b6c15

@ -612,7 +612,6 @@ class Runner(object):
if self.background > 0: if self.background > 0:
raise errors.AnsibleError("lookup plugins (with_*) cannot be used with async tasks") raise errors.AnsibleError("lookup plugins (with_*) cannot be used with async tasks")
aggregrate = {}
all_comm_ok = True all_comm_ok = True
all_changed = False all_changed = False
all_failed = False all_failed = False

Loading…
Cancel
Save