updates for adding pg master standby config to dev portal
diff --git a/tasks/main.yml b/tasks/main.yml
index 9e0090d..8dfa813 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -21,11 +21,6 @@
- name: Ensure component is started
shell: "{{ apigee_all }} start"
-# - name: Give the server some extra time
-# pause:
-# seconds: 10
-# when: opdk_version | version_compare('4.17.01', '>=') and opdk_version | version_compare('4.17.09', '<=')
-
- name: Wait for ready
command: '{{ apigee_service }} apigee-postgresql wait_for_ready'
when: validate_ready | default(true)