ansible/lib/ansible/vars
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
..
__init__.py Fix issues with vars_prompt and vars_files 2015-07-21 14:52:57 -04:00
hostvars.py Properly return Jinja2 Undefined class for bad hostvars lookups 2015-07-15 14:36:42 -04:00