4bc8d1cf82
Adding py39 gate. Removing redundant py36 Zuul jobs since we now have py39 Zuul jobs in place with the debian nodeset Story: 2006796 Task: 42980 Signed-off-by: Bernardo Decco <bernardo.deccodesiqueira@windriver.com> Change-Id: I9a3d047b81c599b96b4ace040be237d16b655c99
9 lines
205 B
YAML
9 lines
205 B
YAML
---
|
|
- name: Install postgresql
|
|
shell: |
|
|
set -xe
|
|
apt-get update -y
|
|
apt-get install -y libffi-dev libxml2-dev libxslt1-dev libldap2-dev \
|
|
libsasl2-dev libpq-dev libyaml-dev
|
|
become: true
|