Remove legacy code

pull/38/head
Emilien Mantel 2019-02-20 15:06:59 +01:00
parent 5ed17149e5
commit 7959182bf8
1 changed files with 1 additions and 4 deletions

View File

@ -34,6 +34,7 @@
packages: packages:
- cron - cron
- curl - curl
- daemonize
- fcgiwrap - fcgiwrap
- jq - jq
- nghttp2 - nghttp2
@ -41,10 +42,6 @@
- vim - vim
- unzip - 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 - name: APT | Install PHP
apt: apt:
pkg: "{{ item.version | php_fpm_package }}" pkg: "{{ item.version | php_fpm_package }}"