Skip to content
Snippets Groups Projects

Update db.yml so postgresql_db uses template0

Merged Austin Bohannon requested to merge theorangepotato/ansible:patch-1 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -20,6 +20,7 @@
postgresql_db:
name: "{{ funkwhale_database_name }}"
encoding: UTF-8
template: template0
- name: "Create {{ funkwhale_database_user }} database user"
become: true
Loading