From e137def158e7944ca61d27258660498931581fc0 Mon Sep 17 00:00:00 2001 From: Amol Ghatol Date: Fri, 29 Dec 2017 11:21:52 +0530 Subject: [PATCH] Issue #24 chore:Sunbird auth package build --- .../roles/keycloak/tasks/build-config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/keycloak/scripts/ansible/roles/keycloak/tasks/build-config.yml b/keycloak/scripts/ansible/roles/keycloak/tasks/build-config.yml index 42659c43..dfbbc4fe 100644 --- a/keycloak/scripts/ansible/roles/keycloak/tasks/build-config.yml +++ b/keycloak/scripts/ansible/roles/keycloak/tasks/build-config.yml @@ -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