Skip to content

Instantly share code, notes, and snippets.

@ryan-lane
Created May 29, 2014 22:52
Show Gist options
  • Save ryan-lane/c2daf5dd1aa9fbbe0c36 to your computer and use it in GitHub Desktop.
Save ryan-lane/c2daf5dd1aa9fbbe0c36 to your computer and use it in GitHub Desktop.
format in jinja
{% set a = 'world' %}
{% set b = 'hello-{test}' %}
test:
file.touch:
- name: /tmp/{{ b.format(test=a) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment