diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-01 18:42:43 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:09 +0200 |
commit | 2b308feeeaf36017e4255c2685b7a5609b290957 (patch) | |
tree | 1a9b44eb79470be534d61ec281588f5fcd0c0fa0 /roles/IMAP-proxy/tasks | |
parent | 21e03ec3a899d98f0fbebbdf928f10d1cdeee8e4 (diff) |
stunnel.conf → imap.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 7773cb3..a75a612 100644 --- a/roles/IMAP-proxy/tasks/main.yml +++ b/roles/IMAP-proxy/tasks/main.yml @@ -83,8 +83,8 @@ - Restart stunnel - name: Configure stunnel - copy: src=etc/stunnel/stunnel.conf - dest=/etc/stunnel/stunnel.conf + copy: src=etc/stunnel/imap.conf + dest=/etc/stunnel/imap.conf owner=root group=root mode=0644 register: r3 |