Skip to content
Snippets Groups Projects
Commit 5eca3b34 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

install python-psycopg2 for postgresql setup

Former-commit-id: 0f6caa940cb84ba9df006d975149384096a62138
parent 10066189
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
- name: install httpd-devel - name: install httpd-devel
yum: name=httpd-devel state=present update_cache=yes yum: name=httpd-devel state=present update_cache=yes
become: true become: true
- name: install python-psycopg2
yum: name=python-psycopg2 state=present update_cache=yes
become: true
- name: install mod_wsgi - name: install mod_wsgi
pip: name=mod_wsgi extra_args=--upgrade executable=pip3 pip: name=mod_wsgi extra_args=--upgrade executable=pip3
become: true become: true
......
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