From b911d887d7ad6ce8834d2be3f1fa824d5b1d272a Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Wed, 9 Jan 2019 09:17:58 -0500 Subject: [PATCH] Update 'roles/webserver/tasks/apache.yml' --- roles/webserver/tasks/apache.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/webserver/tasks/apache.yml b/roles/webserver/tasks/apache.yml index efc5ea5..2a2a984 100644 --- a/roles/webserver/tasks/apache.yml +++ b/roles/webserver/tasks/apache.yml @@ -89,7 +89,7 @@ ##Mods -- name: Deploy Apache2 Module Config php7.0.conf - copy: - src: ../files/etc/apache2/mods-available/php7.0.conf - dest: /etc/apache2/mods-available/php7.0.conf \ No newline at end of file +#- name: Deploy Apache2 Module Config php7.0.conf +# copy: +# src: ../files/etc/apache2/mods-available/php7.0.conf +# dest: /etc/apache2/mods-available/php7.0.conf \ No newline at end of file