mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #2418 from xrousset78800/fix/phpenmod-zmq-provisioning
Fix zmq provisioning
This commit is contained in:
@@ -21,6 +21,6 @@
|
||||
when: php.pecl_packages is defined
|
||||
|
||||
- name: Enable extension
|
||||
shell: php5enmod {{ item.name }}
|
||||
shell: phpenmod {{ item.name }}
|
||||
with_items: '{{ php.pecl_packages }}'
|
||||
when: php.pecl_packages is defined
|
||||
|
Reference in New Issue
Block a user