Procházet zdrojové kódy

Merge pull request #472 from mikeashley/z-push-fix

Correct special-casing of z-push Apache configuration
Sven Neuhaus před 9 roky
rodič
revize
150fa2bf06
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      roles/mailserver/tasks/z-push.yml

+ 1
- 1
roles/mailserver/tasks/z-push.yml Zobrazit soubor

@@ -44,7 +44,7 @@
44 44
 - name: Configure z-push apache alias and php settings
45 45
   copy: src=etc_apache2_conf.d_z-push.conf dest=/etc/apache2/conf.d/z-push.conf
46 46
   notify: restart apache
47
-  when: ansible_distribution_release != 'trusty' or ansible_distribution_release != 'jessie'
47
+  when: ansible_distribution_release != 'trusty' and ansible_distribution_release != 'jessie'
48 48
 
49 49
 
50 50
 - name: Create z-push apache alias and php configuration file for Ubuntu Trusty / jessie

Loading…
Zrušit
Uložit