summaryrefslogtreecommitdiffstats
path: root/webmail.yml
diff options
context:
space:
mode:
Diffstat (limited to 'webmail.yml')
-rw-r--r--webmail.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/webmail.yml b/webmail.yml
index 0ef0487..cd5100f 100644
--- a/webmail.yml
+++ b/webmail.yml
@@ -2,4 +2,4 @@
- name: Configure the webmail
hosts: webmail
roles:
- - webmail
+ - { role: webmail, imapsvr: "{{ hostvars[groups.IMAP[0]] }}" }