mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-19 10:34:10 -07:00
fix: use FQCN
This commit is contained in:
parent
73bbca9fc1
commit
b90684a44a
21 changed files with 84 additions and 79 deletions
|
@ -4,11 +4,11 @@
|
|||
collections:
|
||||
- middleware_automation.redhat_csp_download
|
||||
roles:
|
||||
- redhat_csp_download
|
||||
- middleware_automation.redhat_csp_download.redhat_csp_download
|
||||
tasks:
|
||||
- name: Keycloak Role
|
||||
include_role:
|
||||
name: keycloak
|
||||
ansible.builtin.include_role:
|
||||
name: middleware_automation.keycloak.keycloak
|
||||
vars:
|
||||
keycloak_admin_password: "changeme"
|
||||
keycloak_rhsso_enable: True
|
Loading…
Add table
Add a link
Reference in a new issue