Commit 6250ab1 1 parent bcd125c commit 6250ab1 Copy full SHA for 6250ab1
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
{%- else -%}
16
16
https://packages.sury.org/apt.gpg
17
17
{%- endif -%}
18
- version : " {{ ansible_local.php.version }}"
19
- prefix : " {{ ansible_local.php.prefix }}"
18
+ version : " {{ ansible_local.php.version | default('') }}"
19
+ prefix : " {{ ansible_local.php.prefix | default({}) }}"
20
20
php.ini : {}
21
21
fpm :
22
- service : " {{ ansible_local.php.fpm.service }}"
23
- prefix : " {{ ansible_local.php.fpm.prefix }}"
22
+ service : " {{ ansible_local.php.fpm.service | default('') }}"
23
+ prefix : " {{ ansible_local.php.fpm.prefix | default({}) }}"
24
24
pools :
25
25
www :
26
26
user : proserver
27
27
group : proserver
28
28
listen.owner : proserver
29
- listen.group : " {{ ansible_local.php.fpm.pools.www['listen.group'] }}"
30
- listen : " {{ ansible_local.php.fpm.pools.www.listen }}"
29
+ listen.group : " {{ ansible_local.php.fpm.pools.www['listen.group'] | default('') }}"
30
+ listen : " {{ ansible_local.php.fpm.pools.www.listen | default({}) }}"
31
31
phpfpmtop :
32
32
release :
33
33
url : >-
You can’t perform that action at this time.
0 commit comments