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

install postgresql-devel in ansible deploy

parent 1c83dd70
No related branches found
No related tags found
No related merge requests found
Pipeline #11354 failed
......@@ -26,6 +26,9 @@
- name: install python3 development package
yum: name=python34-devel state=present update_cache=yes
become: true
- name: install python3 development package
yum: name=postgresql-devel state=present update_cache=yes
become: true
- name: install setuptools
yum: name=python34-setuptools state=present update_cache=yes
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment