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