1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

clarif: php-zip name for Debian 9 or Ubuntu (vs Debian 8)

This commit is contained in:
A Holt 2017-11-02 02:11:34 -04:00 committed by GitHub
parent 38ce25d53d
commit c4ca29a203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,11 +21,11 @@
- php{{ php_version }}-cli
when: is_debuntu
- name: php-zip debian 8-9 changed name
- name: php-zip name for Debian 9 or Ubuntu
package: name=php{{ php_version }}-zip
when: is_debian_9 or is_ubuntu
- name: php-zip debian 8-9 changed name
- name: php-zip name for Debian 8
package: name=php-pclzip
when: is_debian_8