community.general/lib/ansible/playbook
Sam Doran 6d38167d49
Only template values in vars_prompt rather than all vars (#39304)
* Only template values in vars_prompt rather than all vars

This allows the use of variables in vars_prompt fields but allows variables entered in the prompt to affect play vars rather than throwing an undefined error.

Only post validate if there was a vars_prompt

* Add tests for vars_prompt
2018-08-13 12:54:31 -04:00
..
role Fix referenced before assignment in role requirements 2018-08-01 16:48:49 -04:00
__init__.py
attribute.py Correct default value of always_post_validate in docstring 2018-07-27 16:01:07 -04:00
base.py Fix NameError, value was not available in this context leading to a generic unexpected error. Fixes #33275 (#41856) 2018-06-25 15:04:32 -05:00
become.py
block.py Validate that rescue and always have an accompanying block. Fixes #26751 (#41822) 2018-06-22 13:59:15 -05:00
conditional.py
handler.py
handler_task_include.py
helpers.py
included_file.py Support item label in v2_playbook_on_include (#42478) 2018-07-09 11:27:00 -04:00
loop_control.py
play.py Only template values in vars_prompt rather than all vars (#39304) 2018-08-13 12:54:31 -04:00
play_context.py
playbook_include.py
role_include.py Prefer name of include_role. Fixes #43332 2018-07-31 13:25:47 -04:00
taggable.py
task.py handle env exception in gathering even no inject (#43569) 2018-08-10 15:11:20 -04:00
task_include.py