Vars defined in host file not getting the value when the value is supplied as extra vars during playbook run

My host file looks something like this:

[Group]
host.com

[Group:vars]
vars="{{src}}/varsFile.yaml

And in my playbook: