Hi all.

I have role_a and role_b which depends on role_a.

role_a defines variable var_foo (in vars/main.yml), role_b wants to 
redefine it (in its own vars/main.yml). With 1.7.2 this works, but with 
1.9.[24] - not.

I've tried to pass required variable through meta (- {role: role_a, 
var_foo: "{{ var_foo }}"}) but this doesn't work as well.

So whether I'm doing it wrong or 1.9 is buggy?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ab01c537-3e72-4269-926f-c4ab9a875488%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to