diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-04 18:57:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:24 +0200 |
commit | e8514e6a5ed5677c52cceb6c526c33d9bb235355 (patch) | |
tree | 843030b3a5b2a437db0301be2f0d4e753c8cfe9c /roles/IMAP-proxy/tasks | |
parent | 2d5f8163021b68c639d8ae884386b04b255ab45f (diff) |
Rename imap.conf → roundcube.conf
Diffstat (limited to 'roles/IMAP-proxy/tasks')
-rw-r--r-- | roles/IMAP-proxy/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/IMAP-proxy/tasks/main.yml b/roles/IMAP-proxy/tasks/main.yml index 18ad4d6..587fc62 100644 --- a/roles/IMAP-proxy/tasks/main.yml +++ b/roles/IMAP-proxy/tasks/main.yml @@ -82,8 +82,8 @@ - Restart stunnel - name: Configure stunnel - copy: src=etc/stunnel/imap.conf - dest=/etc/stunnel/imap.conf + copy: src=etc/stunnel/roundcube.conf + dest=/etc/stunnel/roundcube.conf owner=root group=root mode=0644 register: r3 |