Skip to content

Instantly share code, notes, and snippets.

@boxrick
Created July 17, 2018 14:59
Show Gist options
  • Save boxrick/34b40fa53b39a811b243849dbfe26524 to your computer and use it in GitHub Desktop.
Save boxrick/34b40fa53b39a811b243849dbfe26524 to your computer and use it in GitHub Desktop.
Layers
---
- include_tasks: stuff.yml
with_items:
- hello
- hello2
---
- 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