mail: fix typos
This commit is contained in:
parent
1465af44a6
commit
2276e4efe5
@ -134,7 +134,7 @@
|
|||||||
become_user: postgres
|
become_user: postgres
|
||||||
|
|
||||||
- name: Configure PostgreSQL database for mailman3-web
|
- 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: true
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ DATABASES = {
|
|||||||
'NAME': '{{ mailman3web_dbname }}',
|
'NAME': '{{ mailman3web_dbname }}',
|
||||||
# The following settings are not used with sqlite3:
|
# The following settings are not used with sqlite3:
|
||||||
'USER': '{{ mailman3_dbuser }}',
|
'USER': '{{ mailman3_dbuser }}',
|
||||||
'PASSWORD': '{{{ mailman3_dbpass }}',
|
'PASSWORD': '{{ mailman3_dbpass }}',
|
||||||
# HOST: empty for localhost through domain sockets or '127.0.0.1' for
|
# HOST: empty for localhost through domain sockets or '127.0.0.1' for
|
||||||
# localhost through TCP.
|
# localhost through TCP.
|
||||||
'HOST': 'localhost',
|
'HOST': 'localhost',
|
||||||
|
Loading…
Reference in New Issue
Block a user