cleaned up tags
diff --git a/installations/dc2/components/opdk-setup-postgres-common.yml b/installations/dc2/components/opdk-setup-postgres-common.yml
index 047fa2b..4846bf1 100644
--- a/installations/dc2/components/opdk-setup-postgres-common.yml
+++ b/installations/dc2/components/opdk-setup-postgres-common.yml
@@ -5,17 +5,11 @@
   - opdk-setup-apigee-user
   - opdk-setup-os-postgres
   - opdk-setup-postgres-config
-  tags:
-  - os-pg
-  - os
-  - pg
 
-- include: ../components/opdk-install-component.yml
+- include: opdk-install-component.yml
   vars:
     hosts: '{{ hosts }}'
     component_profile: 'ps'
-  tags:
-  - pg
 
 - include: 'opdk-setup-postgres-{{ pg_component }}.yml'
   when: pg_component is defined
@@ -31,6 +25,3 @@
       username: '{{ opdk_user_email }}'
       password: '{{ opdk_user_pass }}'
     ignore_errors: yes
-  tags:
-  - pg
-  - pgmaster