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