From bfb71ae6f892eb0cc4766c853a12ecb1a896ecd2 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Tue, 20 Aug 2019 09:30:46 +0000 Subject: [PATCH] enabling php is not the responsibility of this module --- tasks/main.yml | 1 - tasks/setup_Debian.yml | 5 ----- 2 files changed, 6 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 4e9ae05..d543fdb 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,7 +7,6 @@ name: "{{item}}" state: present with_items: - - php7.0 - rewrite - ssl diff --git a/tasks/setup_Debian.yml b/tasks/setup_Debian.yml index dab539c..df393b9 100644 --- a/tasks/setup_Debian.yml +++ b/tasks/setup_Debian.yml @@ -6,11 +6,6 @@ state: present with_items: - apache2 - - libapache2-mod-php - - composer - - php-zip - - php-mbstring - - php-xml - name: remove default page file: