allows user to switch no_log to True for debugging purpose

This commit is contained in:
Romain Pelisse
2022-12-15 11:52:27 +01:00
parent 9157f83f96
commit 699ab1a5c4
5 changed files with 14 additions and 8 deletions

View File

@@ -10,4 +10,4 @@
auth_password: "{{ keycloak_admin_password }}"
state: present
loop: "{{ client.roles | flatten }}"
no_log: True
no_log: "{{ keycloak_no_log | default('True') }}"