Unable to substitute variable inside variable

Any idea/comments why this doesn’t work?

Installed aversion - 2.9.0

Playbook : test.yml

There is no reason toreference "vars". Try

          debug: msg="{{ a }}"

HTH,

  -vlado

Thanks, that seems to be working!