Skip to content

Commit d947e85

Browse files
Merge pull request #129 from JMuff22/patch-1
Update admin password variable in keycloak_quarkus.yml
2 parents 23bda1b + 143084d commit d947e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/keycloak_quarkus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name: Playbook for Keycloak X Hosts with HTTPS enabled
33
hosts: all
44
vars:
5-
keycloak_admin_password: "remembertochangeme"
5+
keycloak_quarkus_admin_pass: "remembertochangeme"
66
keycloak_quarkus_host: localhost
77
keycloak_quarkus_port: 8443
88
keycloak_quarkus_http_relative_path: ''

0 commit comments

Comments
 (0)