From 8fc0cae121392bce45efea636ea791076634f7a7 Mon Sep 17 00:00:00 2001 From: Rajesh <rjshrjndrn@gmail.com> Date: Tue, 26 Nov 2019 09:26:06 +0000 Subject: [PATCH] fixing spelling --- ansible/roles/keycloak-deploy/tasks/custom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/keycloak-deploy/tasks/custom.yml b/ansible/roles/keycloak-deploy/tasks/custom.yml index d7c25d63e..ef3ac3e37 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' -- GitLab