From 43e1429b0f16a4310e291ad4ce2148043878f813 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 21 Jan 2020 18:01:44 +0500 Subject: [PATCH] Do not enable Apache module PHP7.3 --- defaults/main.yml | 2 +- tasks/apache.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index b56604b..475782f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -11,5 +11,5 @@ common__nginx__upstreams: [] common__nginx__sites: [] common__apache__remove_default: true -common__apache__modules: ['php7.3', 'rewrite', 'ssl'] +common__apache__modules: ['rewrite', 'ssl'] common__apache__sites: [] diff --git a/tasks/apache.yml b/tasks/apache.yml index 5ed6a2e..1226f81 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -1,9 +1,7 @@ --- - name: Install Apache apt: - name: - - apache2 - - libapache2-mod-php + name: apache2 - name: Create directories for Apache configuration file: