Use the new variable substitution syntax
This commit is contained in:
parent
b64262922c
commit
42c77051f4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
mailman_webui_basedir: /srv/webui
|
||||
mailman_webui_confdir: ${mailman_webui_basedir}/config
|
||||
mailman_webui_confdir: "{{ mailman_webui_basedir }}/config"
|
||||
mailman_dbserver: localhost
|
||||
mailman_postfix_mydestination: "{{ ansible_fqdn }}"
|
||||
mailman_mm_db_pass: changeme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue