github.com/mmatczuk/gohan@v0.0.0-20170206152520-30e45d9bdb69/extension/gohanscript/examples/with_dict.yaml (about) 1 vars: 2 name 3 tasks: 4 - debug: msg="{{ item }}" 5 with_items: 6 - apple 7 - orange 8 - banana 9 - debug: msg="{{ item }}" 10 with_items: $foods