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