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 eb67d5f commit e137def
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions keycloak/scripts/ansible/roles/keycloak/tasks/build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

- name: Keycloak configuration XML file
template:
src:"roles/keycloak/templates/templates/standalone-ha.xml"
dest:"sunbird_auth_{{sunbird_auth_version}}.config/standalone-ha.xml"
mode:0750
src: "roles/keycloak/templates/standalone-ha.xml"
dest: "sunbird_auth_{{sunbird_auth_version}}.config/standalone-ha.xml"
mode: 0750

- name: Postgresql Configuration- module.xml
template:
src:"roles/keycloak/templates/templates/module.xml.j2"
dest:"sunbird_auth_{{sunbird_auth_version}}.config/module.xml"
mode:0750
src: "roles/keycloak/templates/module.xml.j2"
dest: "sunbird_auth_{{sunbird_auth_version}}.config/module.xml"
mode: 0750

- name: SMS provider configuration file
template:
src:"roles/keycloak/templates/templates/Msg91Creds.json.j2"
dest:"sunbird_auth_{{sunbird_auth_version}}.config/Msg91Creds.json"
mode:0755
src: "roles/keycloak/templates/Msg91Creds.json.j2"
dest: "sunbird_auth_{{sunbird_auth_version}}.config/Msg91Creds.json"
mode: 0755

0 comments on commit e137def

Please sign in to comment.