Utilize comment filter for {{ ansible_maanged }} annotations

Signed-off-by: Björn Großewinkelmann <bgrossew@redhat.com>
This commit is contained in:
Björn Großewinkelmann 2024-03-13 00:12:15 +01:00
commit a97c349f41
No known key found for this signature in database
14 changed files with 14 additions and 14 deletions

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% if keycloak_quarkus_ha_enabled %}
{% if not rhbk_enable or keycloak_quarkus_version.split('.')[0]|int < 22 %}
quarkus.infinispan-client.server-list={{ keycloak_quarkus_ispn_hosts }}