From b774a4ea8bfe556ca53ff3a02c3c1dfe7ea0682a Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 21 Aug 2018 08:32:16 -0400 Subject: [PATCH] Update main.yml --- roles/httpd/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 3a99a7585..7f50dd980 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -108,7 +108,7 @@ - 010-iiab.conf when: is_debuntu -- name: Remove the default site container (debuntu) +- name: Remove the default apache2 config file (debuntu) file: dest: /etc/apache2/000-default.conf state: absent