WIP Install psycopg2 via apt for Ansible

This commit is contained in:
Jorge Enrique Gómez Gómez 2020-12-17 02:09:28 -05:00
parent 68364a6699
commit 5193b86d53

View File

@ -7,6 +7,7 @@ apt_packages:
- nginx - nginx
- python3-venv - python3-venv
- python3-dev - python3-dev
- python3-psycopg2
- libpq-dev - libpq-dev
- libxml2-dev - libxml2-dev
- libxslt1-dev - libxslt1-dev