Hi all,
Upgrade to ansible 2.0, my playbook activities changed. I have a question about default variables of dependency roles.
I have a role A which depends on role B. Role B is defined in meta/main.yml of role A.
Actually, I want to override one default variable "var_a" of Role B. So I define "var_a" again in default/main.yml of Role A. By this way I override "var_a" with ansible 1.9. But when I use ansible 2.0, "var_a" could not be overridden again.
I am not sure whether it is a bug of ansible 2.0 or it is the enhancement of ansible 2.0.
Which is the best way to override the default variables of dependency role which is defined in meta/main.yml?
Thank you very much!
-- Rella