mail: fix typos

This commit is contained in:
Markus 2021-11-25 16:10:34 +01:00
parent 1465af44a6
commit 2276e4efe5
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@
become_user: postgres
- name: Configure PostgreSQL database for mailman3-web
postgresql_db: name={{ mailman3web_dbname }} owner={{ mailman3_db_user }}
postgresql_db: name={{ mailman3web_dbname }} owner={{ mailman3_dbuser }}
become: true
become_user: postgres

View File

@ -76,7 +76,7 @@ DATABASES = {
'NAME': '{{ mailman3web_dbname }}',
# The following settings are not used with sqlite3:
'USER': '{{ mailman3_dbuser }}',
'PASSWORD': '{{{ mailman3_dbpass }}',
'PASSWORD': '{{ mailman3_dbpass }}',
# HOST: empty for localhost through domain sockets or '127.0.0.1' for
# localhost through TCP.
'HOST': 'localhost',