forked from ISTI-ansible-roles/ansible-role-mailman
No ' around the API password.
This commit is contained in:
parent
78435d2526
commit
7146851841
|
@ -140,7 +140,7 @@ api_version: 3.1
|
|||
admin_user: {{ mailman_api_user }}
|
||||
|
||||
# The administrative password.
|
||||
admin_pass: '{{ mailman_rest_api_pwd }}'
|
||||
admin_pass: {{ mailman_rest_api_pwd }}
|
||||
|
||||
# Number of workers to start.
|
||||
# http://docs.gunicorn.org/en/stable/settings.html#workers
|
||||
|
|
Loading…
Reference in New Issue