mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-09-02 10:00
This commit is contained in:
@@ -51,11 +51,7 @@ service_registration "consul" {
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% if vault_conf.service_registration.service_tags is defined %}
|
||||
service_tags = [
|
||||
{% for tag in vault_conf.service_registration.service_tags %}
|
||||
"{{ tag }}",
|
||||
{% endfor %}
|
||||
]
|
||||
service_tags = "{{ vault_conf.service_registration.service_tags | join(',') }}"
|
||||
{% endif %}
|
||||
}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user