From fa22ce644cc46638846c5912340429eff9ebea90 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 14 Aug 2019 21:28:32 +0000 Subject: [PATCH] packages changed for buster --- tasks/setup_Debian.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/setup_Debian.yml b/tasks/setup_Debian.yml index 5547f3a..3fe7eee 100644 --- a/tasks/setup_Debian.yml +++ b/tasks/setup_Debian.yml @@ -14,7 +14,6 @@ - php-mysql - php-curl - php-intl - - php-mcrypt - php-imagick - ca-certificates - sudo @@ -22,7 +21,7 @@ - memcached - php-memcached - libreoffice - - mysql-client + - mariadb-client state: present notify: restart apache2