Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UtahDave/d760ff16f7a1b6530222 to your computer and use it in GitHub Desktop.
Save UtahDave/d760ff16f7a1b6530222 to your computer and use it in GitHub Desktop.
{% 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