mirror of
https://github.com/pigmonkey/spark.git
synced 2026-08-01 20:12:29 +00:00
use python3 psycopg2
This commit is contained in:
parent
54536f010d
commit
b6d67bb754
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue