87b458c8cf
Previously reviewed here: https://github.com/stackhpc/kayobe/pull/136 Change-Id: I100a649f9bd659dde8a68684303c4eb4f654414d Task: 6696 Story: 2001627
10 lines
167 B
Django/Jinja
10 lines
167 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% if kolla_extra_zookeeper %}
|
|
#######################
|
|
# Extra configuration
|
|
#######################
|
|
|
|
{{ kolla_extra_zookeeper }}
|
|
{% endif %}
|