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