From 6ba1ae090474a322c1f19c33d0143488ab8d03f9 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 21 Jan 2020 17:45:45 +0500 Subject: [PATCH] Install system package "libapache2-mod-php" --- tasks/apache.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/apache.yml b/tasks/apache.yml index 1226f81..5ed6a2e 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -1,7 +1,9 @@ --- - name: Install Apache apt: - name: apache2 + name: + - apache2 + - libapache2-mod-php - name: Create directories for Apache configuration file: