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 Dec 29, 2017
1 parent eac52d9 commit 7ce3002
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions keycloak/scripts/ansible/roles/keycloak/tasks/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@
dest: "sunbird_auth_{{sunbird_auth_version}}/modules/system/layers/keycloak/org/postgresql/main/module.xml"
mode: 0750

- name: Create sunbird auth directory
file:
path: sunbird_auth_{{sunbird_auth_version}}/bin/sms-provider
state: directory
mode: 0755

- name: Create SMS provider configuration file
template:
src: "roles/keycloak/templates/Msg91Creds.json.j2"
dest: "sunbird_auth_{{sunbird_auth_version}}/bin/sms-provider/Msg91Creds.json"
mode: 0750
#~ - name: Create sunbird auth directory
#~ file:
#~ path: sunbird_auth_{{sunbird_auth_version}}/bin/sms-provider
#~ state: directory
#~ mode: 0755

#~ - name: Create SMS provider configuration file
#~ template:
#~ src: "roles/keycloak/templates/Msg91Creds.json.j2"
#~ dest: "sunbird_auth_{{sunbird_auth_version}}/bin/sms-provider/Msg91Creds.json"
#~ mode: 0750

- name: Remove the Keycloak zip
become: yes
Expand Down

0 comments on commit 7ce3002

Please sign in to comment.