From 3a6f836308eb37f2261859727858e2c05e6af3ae Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Mon, 18 Mar 2019 20:40:05 +0000 Subject: [PATCH] disable default debian site --- tasks/webarch.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/webarch.yml b/tasks/webarch.yml index 2c2b422..0be4316 100644 --- a/tasks/webarch.yml +++ b/tasks/webarch.yml @@ -7,6 +7,11 @@ tags: - apache +- name: Debian default site disabled + command: a2dissite 000-default + tags: + - apache + - name: WSH Apache config in place template: src: templates/webarch.conf.j2 -- GitLab