mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Define PHP-FPM daemon if it's not already defined.
This commit is contained in:
parent
47e34b2268
commit
c9e9cc2e72
@ -54,6 +54,11 @@
|
|||||||
- libssl-dev
|
- libssl-dev
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
|
- name: Define php_fpm_daemon (if not defined already).
|
||||||
|
set_fact:
|
||||||
|
php_fpm_daemon: "php-fpm"
|
||||||
|
when: php_fpm_daemon is not defined
|
||||||
|
|
||||||
- name: Check if gmp.h is already in a location accessible to gcc.
|
- name: Check if gmp.h is already in a location accessible to gcc.
|
||||||
stat: path=/usr/include/gmp.h
|
stat: path=/usr/include/gmp.h
|
||||||
register: gmp_file
|
register: gmp_file
|
||||||
|
Loading…
Reference in New Issue
Block a user