CORD-2385 Move profile-specific configuration to RME-CORD repos

Change-Id: I318cc83190bc2c1707b96524125166d9595db34e
diff --git a/ansible/genconfig.yml b/ansible/genconfig.yml
index 33f8202..9240a5d 100644
--- a/ansible/genconfig.yml
+++ b/ansible/genconfig.yml
@@ -41,7 +41,7 @@
 
     - name: Set profile_manifest_path fact
       set_fact:
-        profile_manifest_path:  "{{ (platform_install_dir ~ '/profile_manifests/' ~ cord_profile ~ '.yml') | realpath }}"
+        profile_manifest_path:  "{{ (cord_profile_src_dir ~ '/' ~ cord_profile ~ '.yml') | realpath }}"
 
     - name: Check for profile manifest
       stat: