From 7959182bf8a4985c7969622ffc65c3c1e8133e7a Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Wed, 20 Feb 2019 15:06:59 +0100 Subject: [PATCH] Remove legacy code --- tests/includes/pre_Debian.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/includes/pre_Debian.yml b/tests/includes/pre_Debian.yml index 20ef815..5d5ea5b 100644 --- a/tests/includes/pre_Debian.yml +++ b/tests/includes/pre_Debian.yml @@ -34,6 +34,7 @@ packages: - cron - curl + - daemonize - fcgiwrap - jq - nghttp2 @@ -41,10 +42,6 @@ - vim - unzip -- name: APT | Install daemonize from Stretch - apt: - deb: http://ftp.us.debian.org/debian/pool/main/d/daemonize/daemonize_1.7.7-1+b1_amd64.deb - - name: APT | Install PHP apt: pkg: "{{ item.version | php_fpm_package }}"