mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRDPL-27 Fix typo on ansible php task (#2428)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user