Skip to content

Commit

Permalink
Add PostgreSQL Connector install to pvc_base_prereqs_ext Playbook (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <[email protected]>
  • Loading branch information
jimright authored Nov 8, 2023
1 parent 571752f commit 352d055
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions playbooks/pvc_base_prereqs_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,17 @@
tags:
- oracle_connector
- full_cluster

- name: Install PostgreSQL Connector
hosts: cloudera_manager, cluster
gather_facts: no
become: yes
roles:
- role: cloudera.cluster.prereqs.postgresql_connector
when: database_type == 'postgresql'
tags:
- postgresql_connector
- full_cluster
# ENDBLOCK # Prepare Nodes

# STARTBLOCK # Create Cluster Service Infrastructure
Expand Down

0 comments on commit 352d055

Please sign in to comment.