Correction hyperviseur + suppression davext pour NginX
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
- name: install dav-ext
|
||||
package:
|
||||
name: libnginx-mod-http-dav-ext
|
||||
state: present
|
||||
|
||||
- name: activate module
|
||||
file:
|
||||
src: "/usr/share/nginx/modules-available/mod-http-dav-ext.conf"
|
||||
dest: "/etc/nginx/modules-enabled/50-mod-http-dav-ext.conf"
|
||||
force: True
|
||||
follow: False
|
||||
state: link
|
||||
notify:
|
||||
- restart nginx
|
@@ -22,6 +22,3 @@
|
||||
- name: fcgiwrap for mailman
|
||||
include_tasks: fcgiwrap.yml
|
||||
when: inventory_hostname == 'mail.dmz.mateu.be'
|
||||
- name: dav-ext for bt
|
||||
include_tasks: davext.yml
|
||||
when: inventory_hostname == 'bt.dmz.mateu.be'
|
||||
|
Reference in New Issue
Block a user