mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unused variable in _executor_internal
This commit is contained in:
parent
c09e46517e
commit
20262b6c15
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue