Rename php5-fpm role to php-fpm

In Ubuntu 16.04 the package is now called just "php-fpm" and it
makes more sense to just have this role be called that.
This commit is contained in:
Alan Orth 2016-04-15 13:01:35 +03:00
parent f90eff6b1a
commit 8d4ee6f430
6 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- { role: common, when: ansible_os_family == 'Debian' }
- { role: mariadb, when: ansible_os_family == 'Debian' }
- { role: nginx, when: ansible_os_family == 'Debian' }
- { role: php5-fpm, when: ansible_os_family == 'Debian' }
- { role: php-fpm, when: ansible_os_family == 'Debian' }
- { role: munin, when: ansible_os_family == 'Debian' }
vars_files:
- vars/ipsets.yml