updated monitoring playbooks
diff --git a/tasks/main.yml b/tasks/main.yml
index 9499a8f..a317f3d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -1,5 +1,10 @@
---
# tasks file for apigee-opdk-devportal-config
+- name: Construct name of dev portal response file
+ cache:
+ key: 'opdk_portal_config_file'
+ value: '{{ opdk_installer_path }}/edge-devportal-response-{{ opdk_version }}-{{ region }}.conf'
+
- name: Remove the old dev portal db response file
file:
path: "{{ opdk_portal_config_file }}"
@@ -13,11 +18,6 @@
- import_tasks: postgres.yml
-- name: Construct name of dev portal response file
- cache:
- key: 'opdk_portal_config_file'
- value: '{{ opdk_installer_path }}/edge-devportal-response-{{ opdk_version }}-{{ region }}.conf'
-
- name: Construct the dev portal silent-install file
template:
src: 'devportal-silent-install.conf.j2'