aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/group_vars/all/postgres.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory-example/group_vars/all/postgres.yml')
-rw-r--r--inventory-example/group_vars/all/postgres.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory-example/group_vars/all/postgres.yml b/inventory-example/group_vars/all/postgres.yml
index be90568..b38f4c0 100644
--- a/inventory-example/group_vars/all/postgres.yml
+++ b/inventory-example/group_vars/all/postgres.yml
@@ -2,3 +2,4 @@ postgresql_host: postgres.{{ domain }}
postgresql_inventory_host: "{{ postgresql_host.split('.')[0] }}"
postgresql_password_users:
- '{{ invidious_db_user }}'
+ - '{{ mastodon_db_user }}'