Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit c195806918 - Show all commits

View file

@ -1,5 +1,8 @@
---
- include: pgdg-repo.yml
when: postgresql_version != '11'
- name: Install postgresql package
apt:
name:

View file

@ -1,5 +1,8 @@
---
- include: pgdg-repo.yml
when: postgresql_version != '9.6'
- name: Install postgresql package
apt:
name: