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:
parent
f90eff6b1a
commit
8d4ee6f430
2
web.yml
2
web.yml
@ -9,7 +9,7 @@
|
|||||||
- { role: common, when: ansible_os_family == 'Debian' }
|
- { role: common, when: ansible_os_family == 'Debian' }
|
||||||
- { role: mariadb, when: ansible_os_family == 'Debian' }
|
- { role: mariadb, when: ansible_os_family == 'Debian' }
|
||||||
- { role: nginx, 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' }
|
- { role: munin, when: ansible_os_family == 'Debian' }
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/ipsets.yml
|
- vars/ipsets.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user