variable access in a template being looped using with_items

Hi,

I have a playbook like:

`

I forgot to mention I´m using Ansible 1.6.6.

solved it now after cleaning my eyes:-)

Variables can be accessed within the template - if the spelling of the variable is correct. I missed one character in a very_long_variable_name_with_some_underscores - and that causes the problem.
It 1st looked like the variable isn´t properly passed to the template.

Sorry for that,

Torsten