]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
apache2: Get rid of "apache2-mpm-prefork" package
authorAlexander Barton <alex@barton.de>
Fri, 1 Dec 2017 15:09:39 +0000 (16:09 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 1 Dec 2017 15:09:39 +0000 (16:09 +0100)
apache2-mpm-prefork was a "transitional package" in Debian 8, and no
longer exists in Debian 9. Use "apache2".

roles/apache2/tasks/main.yml

index f277f4f74ab31c5e3da65384403e3b71f33bdb49..fd85eb65d504cd6601669e5db2520c0d191a2ad2 100644 (file)
@@ -9,7 +9,7 @@
     state=installed
     name={{ item }}
   with_items:
-    - apache2-mpm-prefork
+    - apache2
     - apache2-utils
     - apachetop
   notify: