diff --git a/tasks/database_postgres.yml b/tasks/database_postgres.yml index c92c7dd..bddf032 100644 --- a/tasks/database_postgres.yml +++ b/tasks/database_postgres.yml @@ -13,6 +13,7 @@ name: "{{ gitea_db_name }}" lc_collate: fr_FR.UTF-8 encoding: utf8 + template: template0 owner: "{{ gitea_db_user }}" state: present register: gitea_database_creation