mirror of https://github.com/ansible/ansible.git
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 #14475pull/15055/head
parent
4a00999875
commit
9d2fe2fb2c
Loading…
Reference in New Issue