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
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
9 years ago
..
cli Merge pull request #9776 from MiLk/fixes/git-repo-info-branch 9 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 9 years ago
config Making the switch to v2 10 years ago
errors Relocate use of ERROR to display class, to avoid doubling up 9 years ago
executor Renaming per-item and retry callbacks 9 years ago
galaxy Remove trailing whitespace from the galaxy init Jinja2 template. Default a description. 9 years ago
inventory added warning for when host file doesn't exist 9 years ago
module_utils Update nxos.py 9 years ago
modules Update to latest git submodules 9 years ago
new_inventory fix some warning of undefined name. 9 years ago
parsing Catch ValueError as well because of El Capitan provoking a bug in python2's subprocess 9 years ago
playbook Fixing role param precedence issues 9 years ago
plugins Add missing to_bytes for cmd. 9 years ago
template Merge pull request #14504 from bcoca/template_comments 9 years ago
utils Merge pull request #14679 from dagwieers/merge_hash_v2 9 years ago
vars Fixing role param precedence issues 9 years ago
__init__.py Bump version in devel now that stable-2.0 has been branched 9 years ago
constants.py Make ohai and facter work via module_utils Fact classes rather than in the setup module 9 years ago
test-requirements.txt Making the switch to v2 10 years ago