go with psycopg2-binary instead of building psycopg2

This commit is contained in:
Lee Goolsbee
2022-09-15 11:08:02 -05:00
parent 9530650889
commit 8c745195c6
6 changed files with 90 additions and 34 deletions

View File

@@ -13,7 +13,6 @@
- curl
- unzip
- fontconfig
- python-psycopg2
- name: Create product group
ansible.builtin.group:

View File

@@ -3,7 +3,6 @@
- name: Install common Ubuntu support packages
ansible.builtin.apt:
name:
- python3-psycopg2
- libxml2-utils
- git
- fontconfig