use service-profile repo for configuration
diff --git a/roles/onos-load-apps/tasks/main.yml b/roles/onos-load-apps/tasks/main.yml
index 4a6cec6..9039fe1 100644
--- a/roles/onos-load-apps/tasks/main.yml
+++ b/roles/onos-load-apps/tasks/main.yml
@@ -5,7 +5,7 @@
 
 - name: Disable loading from Maven repo
   command: ansible xos-1 -u ubuntu -m lineinfile \
-    -a "dest=~/xos/xos/configurations/{{ xos_configuration }}/make-vtn-external-yaml.sh state=absent regexp='install_dependencies'"
+    -a "dest=~/service-profile/{{ xos_configuration }}/make-vtn-external-yaml.sh state=absent regexp='install_dependencies'"
 
 - name: Load the apps using Docker
   command: ansible xos-1 -u ubuntu -m shell \