updated sso
diff --git a/install-edge-sso.yml b/install-edge-sso.yml
index 9f05d35..11aa50b 100644
--- a/install-edge-sso.yml
+++ b/install-edge-sso.yml
@@ -47,26 +47,29 @@
   - { role: apigee-opdk-setup-edge-sso-config, tags: ['sso-config'] }
   - { role: apigee-opdk-setup-apigee-user-ownership, tags: ['apigee-user'] }
 
-- name: Install Postgres
-  hosts: sso-pg
-  gather_facts: no
-  serial: 1
-  tags: ['pg']
-  vars_files:
-  - ~/.apigee-secure/credentials.yml
-  - ~/.apigee/custom-properties.yml
-  roles:
-  - { role: apigee-opdk-setup-component, profile: 'ps', opdk_installation_config_file: "{{ edge_sso_installation_config_file }}", tags: ['apigee-component'] }
-  - { role: apigee-opdk-start-components, tags: ['apigee-component'] }
-  - { role: apigee-opdk-server-self, server_types: ['ps'], tags: ['self']  }
-  - { role: apigee-opdk-setup-status, tags: ['status'] }
+- name: Install Postgres node
+  import_playbook: install-edge-pg-component-setup.yml
+  tags: ['pg','pg-setup']
+  vars:
+    target_hosts: sso-pg
 
+#- name: Install Postgres
+#  hosts: sso-pg
+#  gather_facts: no
+#  serial: 1
+#  tags: ['pg']
+#  vars_files:
+#  - ~/.apigee-secure/credentials.yml
+#  - ~/.apigee/custom-properties.yml
+#  roles:
+#  - { role: apigee-opdk-setup-component, profile: 'ps', opdk_installation_config_file: "{{ edge_sso_installation_config_file }}", tags: ['apigee-component'] }
+#  - { role: apigee-opdk-start-components, tags: ['apigee-component'] }
+#  - { role: apigee-opdk-server-self, server_types: ['ps'], tags: ['self']  }
+#  - { role: apigee-opdk-setup-status, tags: ['status'] }
 
 
 - name: Install Edge SSO
   hosts: sso
-  become: true
-  become_user: "{{ opdk_user_name }}"
   gather_facts: no
   tags: ['sso']
   vars_files: