Browse Source

Merge pull request #171 from bryanjswift/fix-zpush-download

Fix URL of z-push download
Luke Cyca 10 years ago
parent
commit
9c04ac12fe
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/tasks/z-push.yml

+ 1
- 1
roles/mailserver/tasks/z-push.yml View File

@@ -8,7 +8,7 @@
8 8
     
9 9
 - name: Download z-push release
10 10
   get_url: 
11
-    url=http://zarafa-deutschland.de/z-push-download/final/2.1/z-push-{{ zpush_version }}.tar.gz
11
+    url=http://download.z-push.org/final/2.1/z-push-{{ zpush_version }}.tar.gz
12 12
     dest=/root/z-push-{{ zpush_version }}.tar.gz
13 13
 
14 14
 - name: Decompress z-push source

Loading…
Cancel
Save