mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove unused variable in _executor_internal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user