mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
This is a fix on top of the 'airplane variable upgrade' commits that fixes legacy when_string so it evaluates correctly in the new eval construct.
This commit is contained in:
@@ -66,7 +66,6 @@ def _executor_hook(job_queue, result_queue):
|
||||
return_data = multiprocessing_runner._executor(host)
|
||||
result_queue.put(return_data)
|
||||
|
||||
# print "FLAGS=%s" % return_data.flags
|
||||
if 'LEGACY_TEMPLATE_WARNING' in return_data.flags:
|
||||
# pass data back up across the multiprocessing fork boundary
|
||||
template.Flags.LEGACY_TEMPLATE_WARNING = True
|
||||
|
||||
Reference in New Issue
Block a user