diff --git a/ansible/roles/keycloak-deploy/tasks/custom.yml b/ansible/roles/keycloak-deploy/tasks/custom.yml index d7c25d63e7bafcd9f5d206bf2864daebdee21844..ef3ac3e37a25f34acb605f6b5608baf3de504184 100644 --- a/ansible/roles/keycloak-deploy/tasks/custom.yml +++ b/ansible/roles/keycloak-deploy/tasks/custom.yml @@ -46,13 +46,13 @@ mode: "0644" run_once: true -- name: Copy the keycloak paython script +- name: Copy the keycloak python script copy: src: "{{ role_path }}/files/python-keycloak-0.12.0/keycloak" dest: /tmp run_once: true -- name: Run the keycloak paython script to import clients if not exist +- name: Run the keycloak python script to import clients if not exist shell: cd /tmp/keycloak/ && python keycloak_patch.py /tmp/keycloak-bootstrap.conf.json register: out until: '"404" not in out.stderr'