picotrading / ansible-grafana

Role to install and configure Grafana
MIT License
60 stars 33 forks source link

TemplateAssertionError, not sure what happens #3

Closed ghost closed 9 years ago

ghost commented 9 years ago

I met this error, but I can not figure out what happens, could you please help check?

TASK: [grafana | Configure Grafana] *** fatal: [grafana02.rti.iot] => {'msg': "TemplateAssertionError: no test named 'mapping'", 'failed': True} fatal: [grafana02.rti.iot] => {'msg': "TemplateAssertionError: no test named 'mapping'", 'failed': True}

the site.yml should be:

jtyr commented 9 years ago

The same error was reported here: https://github.com/picotrading/config-encoder-macros/issues/1

Please update your jinja2 and the problem should disappear.

ghost commented 9 years ago

it works!! thanks a lot for your quick response