From cf79062c501adfbaf4b7d4c337d2bc0ffd194a6d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 27 Jun 2014 17:41:08 +0200 Subject: Fix YAML syntax error. --- roles/IMAP/tasks/imap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/IMAP/tasks') diff --git a/roles/IMAP/tasks/imap.yml b/roles/IMAP/tasks/imap.yml index e1f005d..7245732 100644 --- a/roles/IMAP/tasks/imap.yml +++ b/roles/IMAP/tasks/imap.yml @@ -16,11 +16,11 @@ password=! state=present +# The ownership and permissions ensure that dovecot won't try to +# deliver mails under an umounted mountpoint. - name: Create a home directory for user 'vmail' file: path=/home/mail state=directory - # The ownership and permissions ensure that dovecot won't try to - # deliver mails under an umounted mountpoint. owner=root group=root mode=0755 -- cgit v1.2.3