Correction hyperviseur + suppression davext pour NginX

This commit is contained in:
VC
2020-09-17 15:13:20 +02:00
parent 0a0be6cdf8
commit 944155b016
3 changed files with 1 additions and 17 deletions

View File

@@ -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

View File

@@ -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'