mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
Fix pecl_packages installation condition
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user