Skip to content

Instantly share code, notes, and snippets.

@RafPe
Created April 19, 2016 08:14
Show Gist options
  • Select an option

  • Save RafPe/f0f87eb223ad2a6fc782c3fd78571162 to your computer and use it in GitHub Desktop.

Select an option

Save RafPe/f0f87eb223ad2a6fc782c3fd78571162 to your computer and use it in GitHub Desktop.
Template lookup
---
- name: Testing
hosts: localhost
vars:
- blabla: "Testing123"
- testing: "{{ lookup('template', 'template.j2') }}"
tasks:
- debug: msg="{{testing}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment