Created
July 17, 2018 14:59
-
-
Save boxrick/34b40fa53b39a811b243849dbfe26524 to your computer and use it in GitHub Desktop.
Layers
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
--- | |
- include_tasks: stuff.yml | |
with_items: | |
- hello | |
- hello2 | |
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
--- | |
- command: "echo {{ item }}" | |
register: output | |
- debug: var=output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment