|
|
|
|
44
|
- name: Configure z-push apache alias and php settings
|
44
|
- name: Configure z-push apache alias and php settings
|
45
|
copy: src=etc_apache2_conf.d_z-push.conf dest=/etc/apache2/conf.d/z-push.conf
|
45
|
copy: src=etc_apache2_conf.d_z-push.conf dest=/etc/apache2/conf.d/z-push.conf
|
46
|
notify: restart apache
|
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
|
- name: Create z-push apache alias and php configuration file for Ubuntu Trusty / jessie
|
50
|
- name: Create z-push apache alias and php configuration file for Ubuntu Trusty / jessie
|