mirror of https://github.com/ansible/ansible.git
A couple more tweaks to role default variables/dependencies
* Default variables are now fed directly into roles, just like the other variables, so that roles see their unique values rather than those set at the global level. * Role dependency duplicates are now determined by checking the params used when specifying them as dependencies rather than just on the name of the role. For example, the following would be included twice without having to specify "allow_duplicates: true": dependencies: - { role: foo, x: 1 } - { role: foo, x: 2 }pull/3983/merge
parent
6f76ccf10e
commit
e0df5b5888
Loading…
Reference in New Issue