roles variable inheritance / override bug in 1.8.2

Hi,

Not sure if this is known, with ansible 1.8.2 I found:

role B depend on role A

In role A vars/main.yml set variable like TEST: ‘a’
In role B vars/main.yml set variable like TEST: ‘b’

Playbook using role B and debug print that the variable has the value: ‘a’

I have to downgrade to 1.7.2 which has correct behaviour.

Thanks

I got the exact same problem on 1.8.2.

Looks like 1.8.4 the problem is fixed.

cheers