mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 17:52:25 +01:00
Fix pecl_packages installation condition
This commit is contained in:
parent
fe0faca89d
commit
a7f40a2083
@ -25,6 +25,6 @@
|
|||||||
become: yes
|
become: yes
|
||||||
apt: pkg={{ item }} state=latest force=yes
|
apt: pkg={{ item }} state=latest force=yes
|
||||||
with_items: '{{ php.pecl_packages }}'
|
with_items: '{{ php.pecl_packages }}'
|
||||||
when: php.packages is defined
|
when: php.pecl_packages is defined
|
||||||
|
|
||||||
- include: configure.yml
|
- include: configure.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user