ansible/lib/ansible/vars
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
..
__init__.py Fixing role param precedence issues 2016-03-20 11:09:32 -04:00
hostvars.py Don't use play vars in HostVars 2015-12-02 14:16:47 -05:00
unsafe_proxy.py Fixing up performance 2015-11-05 16:22:37 -05:00