Need the py3 version of psycopg2.

This commit is contained in:
Ralph Bean 2015-06-16 14:29:11 +00:00
parent 8361b4e720
commit b8585094ab

View file

@ -7,11 +7,11 @@
- yum: name={{item}} state=present - yum: name={{item}} state=present
with_items: with_items:
- nginx - nginx
- python-psycopg2
- libsemanage-python - libsemanage-python
- postgresql-server - postgresql-server
- python3-gunicorn - python3-gunicorn
- python3-psycopg2
- git - git
- python3 - python3