Skip to content

Instantly share code, notes, and snippets.

@willthames
Created January 24, 2013 06:39
Show Gist options
  • Save willthames/4618154 to your computer and use it in GitHub Desktop.
Save willthames/4618154 to your computer and use it in GitHub Desktop.
{% include 'template-included' %}
import ansible.utils
vars = { 'who': 'world' }
ansible.utils.template_from_file('.', 'template-includer', vars)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment