----name:'Testtemplatinginname'hosts:localhostconnection:localvars:a_list:-'part'-'ofa'-'name'tasks:# Note: this only tests that we do not traceback. It doesn't test that the# name goes through templating correctly-name:'Task:{{a_list|to_json}}'debug:msg='{{ a_list | to_json }}'