Fix pecl_packages installation condition

This commit is contained in:
Nikita Strelkov 2016-10-04 13:35:00 +05:00
parent fe0faca89d
commit a7f40a2083

View File

@ -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