diff --git a/postgresql/tasks/config.yml b/postgresql/tasks/config.yml index 128812af..4ce33245 100644 --- a/postgresql/tasks/config.yml +++ b/postgresql/tasks/config.yml @@ -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"