updating monitoring
diff --git a/tasks/main.yml b/tasks/main.yml
index 4753a46..d1a761b 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -6,6 +6,11 @@
     value: '{{ manual_response_file }}'
   when: manual_response_file is defined
 
+- name: Construct the Edge response file
+  cache:
+    key: opdk_installation_config_file
+    value: "{{ opdk_installer_path }}/edge-response-{{ opdk_version }}-{{ region }}.conf"
+
 - name: Remove the old response file
   file:
     path: "{{ opdk_installation_config_file }}"