ansible/lib/ansible/playbook
James Cammarata 9d2fe2fb2c Fixing role param precedence issues
* Make role param resolution follow the role dependency chain, rather
  than using all roles within the play
* Also move params to be merged in after role vars in general, to match
  our variable precedence rules
* Changes to the way var lookup is done in role helper methods for
  get_vars(), get_inherited_vars(), and get_role_params() to make the
  above possible without trampling on previously merged vars

Fixes #14472
Fixes #14475
2016-03-20 11:09:32 -04:00
..
role Fixing role param precedence issues 2016-03-20 11:09:32 -04: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 Allow FieldAttribute lists and sets to be set from a comma separated string 2016-03-14 14:53:29 -07:00
become.py Fix misspelling and some cosmetic change 2016-03-10 03:18:09 +01:00
block.py Fix bugs related to task_includes and dep chain inheritance 2016-02-13 01:02:47 -05: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 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 Make ohai and facter work via module_utils Fact classes rather than in the setup module 2016-03-14 14:53:29 -07:00
play_context.py Cleanups to docs and rename of inv var 2016-03-18 06:42:37 -07: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 Revert "Removing explicit setting of failed/failed_when" 2016-03-10 08:01:54 -05: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