community.general/lib/ansible/executor
James Cammarata 4c733fe4b7 Fix issues with vars_prompt and vars_files
* Prompt had to be moved up, as it needed to be done before the first
  templating of the play occurs, otherwise vars_files won't be templated
  properly
* Fixed a bug related to an earlier fix of vars_files incorporating
  extra vars to do the templating of the file name

Fixes #11404
2015-07-21 14:52:57 -04:00
..
process Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Fixing ansible_*_interpreter use 2015-06-04 15:43:07 -04:00
play_iterator.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
playbook_executor.py Fix issues with vars_prompt and vars_files 2015-07-21 14:52:57 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
task_queue_manager.py Fix issues with vars_prompt and vars_files 2015-07-21 14:52:57 -04:00
task_result.py Fix #11369 A result is skipped when all it's children are skipped. This makes it fundamentally different from a result that was changed/failed/unreachable 2015-07-16 17:50:15 +05:30