Skip to content

Commit

Permalink
Issue Sunbird-Lern#24 chore: Sunbird auth package build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahghatol committed Feb 16, 2018
1 parent 545b895 commit deca9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/scripts/ansible/roles/keycloak/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
become: yes
file: path=/opt/sunbird_auth_{{sunbird_auth_version}} state=absent

- name: Create management user
- name: Create admin user
become_user: "{{ wildfly_user }}"
command: "{{ wildfly_dir }}/bin/add-user-keycloak.sh -r master -u {{ keycloak_management_user }} -p {{ keycloak_management_password }}"
when: keycloak_management_user is defined and
Expand Down

0 comments on commit deca9d3

Please sign in to comment.