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