Change config file name conf.d/evolinux.conf by conf.d/zz-evolinux.conf
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Eric Morino 2019-11-18 09:31:24 +01:00
parent d10441fb0b
commit e20d95786a
1 changed files with 1 additions and 1 deletions

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"