- name: Debug the foo variable debug: var: "foo"
- name: Debug nested variable debug: var: "foo['test1']['what']"