mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-15 13:32:09 +07:00
PHP 5.4 OK on Debian Wheezy
This commit is contained in:
@@ -8,3 +8,7 @@
|
||||
with_items: php_ini
|
||||
notify: restart php-fpm
|
||||
|
||||
- name: TEMPLATE | Deploy pool configuration
|
||||
template: src=etc/php5/fpm/pool.d/pool.conf.j2 dest=/etc/php5/fpm/pool.d/{{ item.pool_name }}.conf
|
||||
with_items: php_fpm_poold
|
||||
notify: restart php-fpm
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
- name: APT | Install PHP packages
|
||||
apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time=3600
|
||||
with_items:
|
||||
with_flattened:
|
||||
- php_packages
|
||||
- php_extra_packages
|
||||
|
||||
- name: INCLUDE | PHP-FPM
|
||||
include: php-fpm.yml
|
||||
include: fpm.yml
|
||||
when: php_install_fpm
|
||||
|
||||
- name: SHELL | Get PHP version on apt
|
||||
|
||||
0
tasks/php54max.yml
Normal file
0
tasks/php54max.yml
Normal file
Reference in New Issue
Block a user