community.general/lib/ansible/executor
James Cammarata a3dcb910b8 Fixing bugs with {changed,failed}_when and until with registered vars
* Saving of the registered variable was occuring after the tests for
  changed/failed_when.
* Each of the above fields and until were being post_validated too early,
  so variables which were not defined at that time were causing task
  failures.

Fixes #13591
2015-12-18 10:58:55 -05:00
..
process Changing the way workers are forked 2015-12-11 23:35:07 -05:00
__init__.py
module_common.py add REPLACER_SELINUX back into module_common 2015-11-16 16:35:55 -05:00
play_iterator.py Minor tweak and comment addition to 974a0ce3 2015-12-02 09:11:08 -05:00
playbook_executor.py Get v2_playbook_on_start working 2015-12-02 11:29:51 -06:00
stats.py
task_executor.py Fixing bugs with {changed,failed}_when and until with registered vars 2015-12-18 10:58:55 -05:00
task_queue_manager.py Fixing up some non-py3 things for unit tests 2015-12-14 10:35:58 -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