fix variable name
This commit is contained in:
parent
55d9e99bbd
commit
1acaa1c0c3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ consul-script-install-{{ loop.index }}:
|
||||||
- source: {{ script.source }}
|
- source: {{ script.source }}
|
||||||
- name: {{ script.name }}
|
- name: {{ script.name }}
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- context: {{ template.get('context', {}) | yaml }}
|
- context: {{ script.get('context', {}) | yaml }}
|
||||||
- user: consul
|
- user: consul
|
||||||
- group: consul
|
- group: consul
|
||||||
- mode: 0755
|
- mode: 0755
|
||||||
|
|
Loading…
Reference in a new issue