From b17acac4c462b29cf2ac94f2428306fef6ad3488 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 11 Aug 2016 10:48:12 +0200 Subject: [PATCH] Tests packages on Debian --- tests/includes/pre_Debian.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/includes/pre_Debian.yml b/tests/includes/pre_Debian.yml index 72851e6..abbe21c 100644 --- a/tests/includes/pre_Debian.yml +++ b/tests/includes/pre_Debian.yml @@ -17,14 +17,13 @@ - name: APT | Install needed packages apt: pkg={{ item }} update_cache=yes cache_valid_time=3600 state=present with_items: - - php5-fpm - - php7.0-fpm - curl - fcgiwrap - -- name: APT | Install nghttp2 - apt: pkg=nghttp2 state=present - when: ansible_distribution_major_version | version_compare(8, 'ge') + - nghttp2 + - php5-fpm + - php7.0-fpm + - strace + - vim - name: SERVICE | Force start services service: name={{ item }} state=started