From f7102d19a13b942d98820470c2346dd9d0f06e9c Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 8 Feb 2018 18:03:50 -0500 Subject: [PATCH] Update main.yml --- roles/httpd/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index fca863f0b..169cc3e14 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -80,8 +80,8 @@ src: "/etc/apache2/mods-available/{{ item }}" state: link with_items: - - mpm_prefork.conf - - mpm_prefork.load + - mpm_prefork.conf + - mpm_prefork.load when: is_debuntu - name: Turn on mod_proxy (debuntu)