nghttp2 only on Debian Jessie+
parent
9b5f136510
commit
3666b29184
|
@ -9,7 +9,10 @@
|
||||||
- php5-fpm
|
- php5-fpm
|
||||||
- curl
|
- curl
|
||||||
- fcgiwrap
|
- fcgiwrap
|
||||||
- nghttp2
|
|
||||||
|
- name: APT | Install nghttp2
|
||||||
|
apt: pkg=nghttp2 state=present
|
||||||
|
when: ansible_distribution_major_version | version_compare(8, 'ge')
|
||||||
|
|
||||||
- name: SERVICE | Force start services
|
- name: SERVICE | Force start services
|
||||||
service: name={{ item }} state=started
|
service: name={{ item }} state=started
|
||||||
|
|
Loading…
Reference in New Issue