ci: rename keycloak_quarkus infinispan jinja2 template

This commit is contained in:
Guido Grazioli 2024-02-28 17:10:02 +01:00
parent 6541b5e386
commit d74820190f
2 changed files with 1 additions and 1 deletions

View file

@ -60,7 +60,7 @@
- name: "Configure infinispan config for keycloak service"
ansible.builtin.template:
src: cache-ispn.xml
src: cache-ispn.xml.j2
dest: "{{ keycloak.home }}/conf/cache-ispn.xml"
owner: "{{ keycloak.service_user }}"
group: "{{ keycloak.service_group }}"