Commit 84c27522 by Maruyama

roles/common: add install python postgresql binding

parent 905e8b53
...@@ -16,3 +16,8 @@ ...@@ -16,3 +16,8 @@
createhome: yes createhome: yes
become: yes become: yes
- name: install pythond postgresql binding
yum:
name: python-psycopg2
become: yes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment