2014-08-16 23:35:57 +02:00
|
|
|
---
|
|
|
|
|
2016-04-15 23:39:05 +02:00
|
|
|
- include: Debian.yml
|
|
|
|
when: ansible_distribution == 'Debian'
|
2016-04-15 12:27:51 +02:00
|
|
|
tags: php-fpm
|
2015-09-27 00:28:47 +02:00
|
|
|
|
2016-04-15 23:39:05 +02:00
|
|
|
- include: Ubuntu.yml
|
|
|
|
when: ansible_distribution == 'Ubuntu'
|
2016-04-15 12:27:51 +02:00
|
|
|
tags: php-fpm
|
2014-08-16 23:35:57 +02:00
|
|
|
|
|
|
|
# vim: set ts=2 sw=2:
|