1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
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
..
process Make sure registered variable message is sent before other messages 2015-06-17 12:42:47 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
connection_info.py fixed su prompt function reference 2015-06-15 01:07:02 -04:00
module_common.py Fixing ansible_*_interpreter use 2015-06-04 15:43:07 -04:00
play_iterator.py Fixing some small bugs related to integration tests (v2) 2015-06-01 16:42:10 -05:00
playbook_executor.py Don't fail outright when a play has an empty hosts list 2015-06-16 13:56:23 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Slight optimization of how we squash loops. Add dnf to the list of modules for which we squash. 2015-06-11 08:55:56 -07:00
task_queue_manager.py respect undefined config setting 2015-06-10 23:26:01 -04:00
task_result.py Making the switch to v2 2015-05-03 21:47:26 -05:00