PHRDPL-27 Fix typo on ansible php task (#2428)

This commit is contained in:
xrousset78800
2018-01-09 17:54:10 +01:00
committed by jygaulier
parent 8b26abdd77
commit 9a5f4f3d1b

View File

@@ -14,7 +14,7 @@
- name: Install PHP Packages
sudo: yes
apt: pkg={{ item }} state=latest
with_items: php.packages
with_items: '{{ php.packages }}'
when: php.packages is defined
- include: configure.yml