Remove unused variable in _executor_internal

This commit is contained in:
James Tanner 2014-03-17 15:53:48 -04:00
parent c09e46517e
commit 20262b6c15

View file

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