Selaa lähdekoodia

Correct special-casing of z-push Apache configuration

Mike Ashley 8 vuotta sitten
vanhempi
commit
aa59a1a2f0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      roles/mailserver/tasks/z-push.yml

+ 1
- 1
roles/mailserver/tasks/z-push.yml Näytä tiedosto

@@ -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…
Peruuta
Tallenna