Commit 20262b6c by James Tanner

Remove unused variable in _executor_internal

parent c09e4651
...@@ -612,7 +612,6 @@ class Runner(object): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment