removed comments that are not needed.
diff --git a/installations/dc1/components/opdk-install-component.yml b/installations/dc1/components/opdk-install-component.yml index 8e67039..9b41bca 100644 --- a/installations/dc1/components/opdk-install-component.yml +++ b/installations/dc1/components/opdk-install-component.yml
@@ -25,5 +25,3 @@ serial: 1 roles: - { role: opdk-setup-component, profile: '{{ component_profile }}' } - -
diff --git a/installations/dc2/installation.yml b/installations/dc2/installation.yml index 4570949..875bb2d 100644 --- a/installations/dc2/installation.yml +++ b/installations/dc2/installation.yml
@@ -102,18 +102,6 @@ tags: - pgstandby -#- include: components/opdk-setup-postgres-master.yml -# vars: -# hosts: 'dc-2-pgmaster' -# tags: -# - pgmaster -# -#- include: components/opdk-setup-postgres-standby.yml -# vars: -# hosts: 'dc-2-pgstandby' -# tags: -# - pgstandby - - include: configuration/opdk-setup-org-config.yml vars: hosts: 'dc-2-ms'