ansible/lib/ansible/playbook
James Cammarata 33de7707c9 Do not include params when getting role vars in certain situations
In VariableManager, we fetch the params specifically in the next step,
so including them in the prior step is unnecessary and could lead to things
being overridden in an improper order.

In Block, we should not be getting the params for the role as they are
included earlier via the VariableManager.

Fixes #14411
2016-05-11 13:17:32 -04:00
..
role centralize path list handling 2016-03-30 07:16:09 -07:00
__init__.py output color is now configurable 2015-12-29 17:40:47 -05:00
attribute.py Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
base.py Fix facts for the FieldAttribute list change in 30a38f9 2016-04-22 16:31:53 -07:00
become.py Fix misspelling and some cosmetic change 2016-03-10 03:18:09 +01:00
block.py Do not include params when getting role vars in certain situations 2016-05-11 13:17:32 -04:00
conditional.py Another misspelling 2016-03-10 03:24:04 +01:00
handler.py Making the switch to v2 2015-05-03 21:47:26 -05:00
helpers.py Treat "static: yes/no" with higher priority than "task_includes_static" in ansible.cfg 2016-05-03 12:15:13 +02:00
included_file.py Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
loop_control.py Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
play.py Fix facts for the FieldAttribute list change in 30a38f9 2016-04-22 16:31:53 -07:00
play_context.py add centrify dzdo escalation (#15219) 2016-04-25 11:24:26 -04:00
playbook_include.py playbook, include: fix Unexpected Exception: 'NoneType' object has no attribute 'strip' (#15574) 2016-04-25 13:40:49 -04:00
taggable.py Split up comma-separated tags properly 2016-01-12 08:18:06 -05:00
task.py Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
task_include.py Treat "static: yes/no" with higher priority than "task_includes_static" in ansible.cfg 2016-05-03 12:15:13 +02:00
vars.py Making the switch to v2 2015-05-03 21:47:26 -05:00
vars_file.py Making the switch to v2 2015-05-03 21:47:26 -05:00