forked from infra/ansible
mail: fix typos
This commit is contained in:
parent
1465af44a6
commit
2276e4efe5
@ -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
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user