Commit 8fc0cae1 authored by Rajesh's avatar Rajesh Committed by rjshrjndrn
Browse files

fixing spelling

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment