Skip to content

Instantly share code, notes, and snippets.

@alvaroaleman
Created March 1, 2016 18:17
Show Gist options
  • Save alvaroaleman/2714793c38c811f9c7eb to your computer and use it in GitHub Desktop.
Save alvaroaleman/2714793c38c811f9c7eb to your computer and use it in GitHub Desktop.
---
- hosts: localhost
vars:
dictionary:
- method: msg
value: "Hello World"
tasks:
- name: Test
with_items: dictionary
action: debug
args:
"{{ item.method + ':' + item.value}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment