Alan Orth
da63e67614
Debian 8 and Ubuntu 16.04 use PHP 5.6 and 7.0, respectively, and the php-fpm versions use slightly different configs and service names.
12 lines
187 B
YAML
12 lines
187 B
YAML
---
|
|
|
|
- include: Debian.yml
|
|
when: ansible_distribution == 'Debian'
|
|
tags: php-fpm
|
|
|
|
- include: Ubuntu.yml
|
|
when: ansible_distribution == 'Ubuntu'
|
|
tags: php-fpm
|
|
|
|
# vim: set ts=2 sw=2:
|