diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-27 17:41:08 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:59 +0200 |
commit | cf79062c501adfbaf4b7d4c337d2bc0ffd194a6d (patch) | |
tree | 1682f0d8ee488cb6faec0bdf6df6c3bf8f5a263d /roles/IMAP | |
parent | ed152395737dc411c4d9fef32b54e2008ba4c31f (diff) |
Fix YAML syntax error.
Diffstat (limited to 'roles/IMAP')
-rw-r--r-- | roles/IMAP/tasks/imap.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |