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 1733d434d1 Fix with loop + delegate issues
* Don't re-use the existing connection if the remote_addr field of
  the play context has changed
* When overriding variables in PlayContext (from task/variables),
  don't set the same attribute based on a different variable name
  if we had already previously set it from another variable name

Fixes #13880
2016-01-18 17:35:00 -05:00
..
process Changing the way workers are forked 2015-12-11 23:35:07 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py add REPLACER_SELINUX back into module_common 2015-11-16 16:35:55 -05:00
play_iterator.py When setting fail state skip RESCUE/ALWAYS if cur_block doesn't have them 2016-01-11 12:51:04 -05:00
playbook_executor.py Fix any_errors_fatal incorrect implementation in 2.0 2016-01-15 13:15:10 -05:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Fix with loop + delegate issues 2016-01-18 17:35:00 -05:00
task_queue_manager.py Fix typo in 0b86aa6 2016-01-14 11:57:12 -05:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00