interop-workloads/workloads/ansible/shade/lampstack/roles/apply/tasks
Lukas Kubin 87552b91be Change lookup method to correctly load Jinja2 templates.
This should resolve two problems:

* Ansible cannot find `userdata.j2` due to incorrect path used
* Allow the template to be actually rendered as template instead of
  being loaded as plain file without evaluation

There's another solution - simple move of `/roles/apply/templates/`
to `/roles/apply/files/templates/`. I have favored this one though
to make it possible to use Jinja2 expressions in the template file,
which I believe was the original creator's idea.

Change-Id: I268e4967597508e15d7de76051e097a43a0bfeac
2017-01-21 20:53:50 +00:00
..
main.yml Change lookup method to correctly load Jinja2 templates. 2017-01-21 20:53:50 +00:00