Skip to content

Commit 352d055

Browse files
authored
Add PostgreSQL Connector install to pvc_base_prereqs_ext Playbook (#167)
Signed-off-by: Jim Enright <[email protected]>
1 parent 571752f commit 352d055

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

playbooks/pvc_base_prereqs_ext.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,17 @@
147147
tags:
148148
- oracle_connector
149149
- full_cluster
150+
151+
- name: Install PostgreSQL Connector
152+
hosts: cloudera_manager, cluster
153+
gather_facts: no
154+
become: yes
155+
roles:
156+
- role: cloudera.cluster.prereqs.postgresql_connector
157+
when: database_type == 'postgresql'
158+
tags:
159+
- postgresql_connector
160+
- full_cluster
150161
# ENDBLOCK # Prepare Nodes
151162

152163
# STARTBLOCK # Create Cluster Service Infrastructure

0 commit comments

Comments
 (0)