fix variable name

This commit is contained in:
Hugo Chinchilla Carbonell 2017-09-06 15:56:28 +02:00
parent 55d9e99bbd
commit 1acaa1c0c3

View file

@ -20,7 +20,7 @@ consul-script-install-{{ loop.index }}:
- source: {{ script.source }}
- name: {{ script.name }}
- template: jinja
- context: {{ template.get('context', {}) | yaml }}
- context: {{ script.get('context', {}) | yaml }}
- user: consul
- group: consul
- mode: 0755