Tests packages on Debian

pull/22/head
Emilien Mantel 2016-08-11 10:48:12 +02:00
parent c160640c7f
commit b17acac4c4
1 changed files with 5 additions and 6 deletions

View File

@ -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