You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
role Allow certain base attributes to be used as role params 9 years ago
__init__.py output color is now configurable 9 years ago
attribute.py attribute defaults that are containers are a copy 9 years ago
base.py Fix minor typo in comment 9 years ago
become.py Revert "Properly look for parent become attribute" 9 years ago
block.py Fix lookup of parent attribute when parent doesn't have the attr 9 years ago
conditional.py Fixing bugs in conditional testing with until and some integration runner tweaks 9 years ago
handler.py Making the switch to v2 10 years ago
helpers.py Catch additional assertion errors for load_list_of_blocks 9 years ago
included_file.py Make sure we're using the original host when processing include results 9 years ago
play.py removed default from hosts to make it requried 9 years ago
play_context.py fix for so su works in more cases 9 years ago
playbook_include.py Forward conditionals onto included plays when conditional eval errors 9 years ago
taggable.py Split up comma-separated tags properly 9 years ago
task.py fix incorrect environment processing 9 years ago
vars.py Making the switch to v2 10 years ago
vars_file.py Making the switch to v2 10 years ago