fixed error : no attribute 'secret_name'
This commit is contained in:
parent
5a571b99a2
commit
367c7439bc
@ -12,12 +12,7 @@
|
||||
# debug: var=command_raw verbosity=0
|
||||
|
||||
- name: Setup Keycloak Server
|
||||
script: files/setup-keycloak.sh \
|
||||
{{ domain }} \
|
||||
{{ tls.secret_name }} \
|
||||
{{ namespace }} \
|
||||
{{ admin_password }} \
|
||||
{{ hostvars[groups[group][0]].keycloak_db_password }}
|
||||
script: files/setup-keycloak.sh {{ domain }} {{ tls.secret_name }} {{ namespace }} {{ admin_password }} {{ hostvars[groups[group][0]].keycloak_db_password }}
|
||||
when: inventory_hostname in groups[group]
|
||||
|
||||
#- name: Sync aws-gloabl-oidc-broker deploy yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user