Skip to content

Commit 8ef6672

Browse files
committed
fix keycloak caches creation flag
1 parent e738991 commit 8ef6672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/infinispan/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
- name: Create keycloak remote caches
9696
include_tasks: keycloak.yml
9797
when:
98-
- jdg_keycloak_cache|bool
98+
- jdg_keycloak_cache.enabled
9999

100100
- name: "Check keycloak remote caches"
101101
include_tasks: query_cache.yml
@@ -107,5 +107,5 @@
107107
cache:
108108
name: sessions
109109
when:
110-
- jdg_healthcheck|bool
111-
- jdg_keycloak_cache|bool
110+
- jdg_healthcheck
111+
- jdg_keycloak_cache.enabled

0 commit comments

Comments
 (0)