mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
parent
e09ce0a3a7
commit
978af89175
1 changed files with 3 additions and 0 deletions
|
@ -458,6 +458,9 @@ class Runner(object):
|
||||||
# executing using with_items, so make multiple calls
|
# executing using with_items, so make multiple calls
|
||||||
# TODO: refactor
|
# TODO: refactor
|
||||||
|
|
||||||
|
if self.background > 0:
|
||||||
|
raise errors.AnsibleError("lookup plugins (with_*) cannot be used with async tasks")
|
||||||
|
|
||||||
aggregrate = {}
|
aggregrate = {}
|
||||||
all_comm_ok = True
|
all_comm_ok = True
|
||||||
all_changed = False
|
all_changed = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue