Created
February 22, 2018 08:32
-
-
Save vrutkovs/a3370453fe00ae2afafbb6ceb049fcda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - 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