diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-14 06:47:11 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:34 +0200 |
commit | 8aff225c82bc8c6e099d5370a14bc289c438703a (patch) | |
tree | 5137940bb746e333c02ab0f6892692ee61fca628 /roles/IMAP/tasks | |
parent | 0853c2afdc2ddba11692ef17bb859104d47071e0 (diff) |
typo
Diffstat (limited to 'roles/IMAP/tasks')
-rw-r--r-- | roles/IMAP/tasks/mda.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP/tasks/mda.yml b/roles/IMAP/tasks/mda.yml index 0d41669..cef40a0 100644 --- a/roles/IMAP/tasks/mda.yml +++ b/roles/IMAP/tasks/mda.yml @@ -19,7 +19,7 @@ owner=root group=root mode=0755 -- name: Copy lookups tables +- name: Copy lookup tables copy: src=etc/postfix/virtual/{{ item }} dest=/etc/postfix-{{ postfix_instance[inst].name }}/virtual/{{ item }} owner=root group=root |