ansible/lib/ansible/playbook
Brian Coca 28cf4bc00b fix incorrect environment processing
it was assumed it could only be a dict or string (it starts out as a list)
also a 2nd assumption that bare vars only would appear in one of the dict keys.

removed deprecation warnings from here as they should be signaled in the bare conversion itself.
2016-02-01 18:54:09 -05:00
..
role Allow certain base attributes to be used as role params 2016-01-24 23:04:50 -05:00
__init__.py output color is now configurable 2015-12-29 17:40:47 -05:00
attribute.py attribute defaults that are containers are a copy 2015-12-09 08:40:06 -08:00
base.py Fix minor typo in comment 2016-01-10 10:27:50 +01:00
become.py Revert "Properly look for parent become attribute" 2016-01-19 18:17:42 -05:00
block.py Fix lookup of parent attribute when parent doesn't have the attr 2016-01-26 13:10:23 -05:00
conditional.py Fixing bugs in conditional testing with until and some integration runner tweaks 2015-12-19 21:14:48 -05:00
handler.py
helpers.py Catch additional assertion errors for load_list_of_blocks 2015-12-02 10:35:20 -06:00
included_file.py Make sure we're using the original host when processing include results 2015-12-16 19:13:45 -05:00
play.py removed default from hosts to make it requried 2015-12-09 08:40:06 -08:00
play_context.py fix for so su works in more cases 2016-01-27 14:13:01 -05:00
playbook_include.py Forward conditionals onto included plays when conditional eval errors 2016-01-20 01:32:45 -05:00
taggable.py Split up comma-separated tags properly 2016-01-12 08:18:06 -05:00
task.py fix incorrect environment processing 2016-02-01 18:54:09 -05:00
vars.py
vars_file.py