mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 07:18:09 +02:00
Solved bug existed due to difference between mailu domain and hostname difference. also refactored during this to find the bug
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
oidc_settings_json: >-
|
||||
{{ {
|
||||
"enabled": True,
|
||||
"client_id": oidc.client.id,
|
||||
"provider_url": oidc.client.issuer_url,
|
||||
"client_secret": oidc.client.secret
|
||||
"client_id": OIDC.CLIENT.ID,
|
||||
"provider_url": OIDC.CLIENT.ISSUER_URL,
|
||||
"client_secret": OIDC.CLIENT.SECRET
|
||||
} | to_json }}
|
||||
|
||||
- name: Update administrator email and password login in Listmonk
|
||||
|
Reference in New Issue
Block a user