community.general/lib/ansible/executor/process
James Cammarata daa319881f Make sure registered variable message is sent before other messages
Avoids a race condition where previously the registered variable message
was being sent after the 'host_task_ok' message, meaning the next task
may be started before the var is registered, leading to an undefined
variable error
2015-06-17 12:42:47 -04:00
..
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
result.py Make sure registered variable message is sent before other messages 2015-06-17 12:42:47 -04:00
worker.py V2 fixes 2015-05-11 11:29:48 -05:00