Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit e20d95786a - Show all commits

View file

@ -16,7 +16,7 @@
- name: Copy PostgreSQL config file
template:
src: postgresql.conf.j2
dest: "/etc/postgresql/{{postgresql_version}}/main/conf.d/evolinux.conf"
dest: "/etc/postgresql/{{postgresql_version}}/main/conf.d/zz-evolinux.conf"
owner: postgres
group: postgres
mode: "0644"