Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
chore: add libpq-dev to postgresql dependencies on quickstart task
Browse files Browse the repository at this point in the history
  • Loading branch information
jslopez committed Nov 25, 2020
1 parent 7203361 commit b054bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/roles/quickstart/tasks/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
- name: Ensure PostgreSQL Python libraries are installed. (Ubuntu)
# Copy-paste from geerlingguy
apt:
name: "{{ postgresql_python_library | default('python3-psycopg2') }}"
name: "{{ postgresql_python_library | default('python3-psycopg2') }} libpq-dev"
state: present
become: yes
when:
Expand Down

0 comments on commit b054bfb

Please sign in to comment.