diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-25 02:43:06 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:48 +0200 |
commit | d6b03b72e8081c983822502e436ec548aa36901e (patch) | |
tree | 6548fd4649f32a2ad37346c318c3b32060fae162 /roles/webmail | |
parent | 2a2333cdfb016bb884887f46fbcbfdce6e064d74 (diff) |
wibble
Diffstat (limited to 'roles/webmail')
-rw-r--r-- | roles/webmail/tasks/roundcube.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index 8e48208..477943f 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -79,7 +79,7 @@ file: src=../sites-available/roundcube dest=/etc/nginx/sites-enabled/roundcube owner=root group=root - state=link + state=link force=yes notify: - Restart Nginx |