From: Alexander Barton Date: Fri, 1 Dec 2017 15:09:39 +0000 (+0100) Subject: apache2: Get rid of "apache2-mpm-prefork" package X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c594c02ef60d67878f8856a8c0686394d2b1f5f;p=AnsibleRoles.git apache2: Get rid of "apache2-mpm-prefork" package apache2-mpm-prefork was a "transitional package" in Debian 8, and no longer exists in Debian 9. Use "apache2". --- diff --git a/roles/apache2/tasks/main.yml b/roles/apache2/tasks/main.yml index f277f4f..fd85eb6 100644 --- a/roles/apache2/tasks/main.yml +++ b/roles/apache2/tasks/main.yml @@ -9,7 +9,7 @@ state=installed name={{ item }} with_items: - - apache2-mpm-prefork + - apache2 - apache2-utils - apachetop notify: