Skip to content

Instantly share code, notes, and snippets.

@vrutkovs
Created February 22, 2018 08:32
Show Gist options
  • Select an option

  • Save vrutkovs/a3370453fe00ae2afafbb6ceb049fcda to your computer and use it in GitHub Desktop.

Select an option

Save vrutkovs/a3370453fe00ae2afafbb6ceb049fcda to your computer and use it in GitHub Desktop.
---
- hosts: localhost
tasks:
- debug:
msg: "{{ item.foo }} {{ item.foz }}"
with_items:
- { 'foo': 'bar',
'foz': 'baz'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment