[mailman3] Use the correct syntax for env
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
08f990cf79
commit
84e83a16e1
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@
|
|||
become_user: mailman
|
||||
become: true
|
||||
environment:
|
||||
DJANGO_SETTINGS_MODULE = "{{ mailman_webui_confdir }}/settings_admin.py"
|
||||
DJANGO_SETTINGS_MODULE: "{{ mailman_webui_confdir }}/settings_admin.py"
|
||||
tags:
|
||||
- mailman
|
||||
- db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue