From f96ca460eb77ad4ed7027fedd4b4d28ac677225b Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 8 Sep 2020 23:32:56 +0200 Subject: [PATCH] fix issue for migration --- tasks/database_postgres.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/database_postgres.yml b/tasks/database_postgres.yml index 9e24d01..a07ab39 100644 --- a/tasks/database_postgres.yml +++ b/tasks/database_postgres.yml @@ -13,6 +13,7 @@ name: "{{ supysonic_db_name }}" lc_collate: fr_FR.UTF-8 encoding: utf8 + template: template0 owner: "{{ supysonic_db_user }}" state: present register: supysonic_database_creation