Skip to content

Instantly share code, notes, and snippets.

@tgerla
Last active August 29, 2015 13:56
Show Gist options
  • Save tgerla/8980568 to your computer and use it in GitHub Desktop.
Save tgerla/8980568 to your computer and use it in GitHub Desktop.
Space-separated values: {{ (l1+l2+l3)|join(" ") }}
---
- hosts: localhost
vars:
l1: ["foo", "bar"]
l2: ["baz"]
l3: ["quork"]
tasks:
- name: render the template
template: src=templates/mytemplate.j2 dest=/tmp/template-out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment