From a7decb16e1b864dcc7ccd81630a109d56493a39b Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 24 Dec 2018 11:46:17 -0500 Subject: [PATCH] Commented out php7.0 as it is currently not installed on phoenix. --- roles/shell/tasks/apache2-mods.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/shell/tasks/apache2-mods.yml b/roles/shell/tasks/apache2-mods.yml index 11fa4f0..eb9c028 100644 --- a/roles/shell/tasks/apache2-mods.yml +++ b/roles/shell/tasks/apache2-mods.yml @@ -8,7 +8,7 @@ apache2_module: name: ssl state: present -- name: php7.0 - apache2_module: - name: php7.0 - state: present \ No newline at end of file +#- name: php7.0 +# apache2_module: +# name: php7.0 +# state: present \ No newline at end of file