set templates task to run only if es_templates is true
This commit is contained in:
parent
d145d188e9
commit
11bf8d2d54
3 changed files with 3 additions and 3 deletions
|
|
@ -103,6 +103,6 @@
|
|||
#We also do after the native realm to ensure any changes are applied here first and its denf up.
|
||||
- name: include elasticsearch-template.yml
|
||||
include: elasticsearch-template.yml
|
||||
when: es_templates
|
||||
when: es_templates | bool
|
||||
tags:
|
||||
- templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue