use python3 psycopg2

This commit is contained in:
Pig Monkey 2019-08-25 11:06:56 -07:00
parent 54536f010d
commit b6d67bb754

View file

@ -3,7 +3,7 @@
pacman: name=postgresql state=present
- name: Install psycopg2
pacman: name=python2-psycopg2 state=present
pacman: name=python-psycopg2 state=present
- name: Create postgres data root
file: path={{ postgresql.root }}/data state=directory owner=postgres group=postgres